blob: 63e57717410e8e4948e2e852b8e252a4b3a0e1e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./src/xitk/download.c.orig 2009-12-18 18:34:22.000000000 -0600
+++ ./src/xitk/download.c 2012-09-09 12:47:15.757552304 -0500
@@ -28,8 +28,6 @@
#ifdef HAVE_CURL
#include <curl/curl.h>
-#include <curl/types.h>
-#include <curl/easy.h>
#endif
#include "common.h"
|