aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-14 08:55:17 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-14 08:55:17 +0000
commita426818a78032ff31ffc948c92d43240a91f4995 (patch)
tree75ff5964b68fdfb9ace16c7d0b7f7e659a859d98 /src
parentbfe413d8bdef0959be870c9391dd9d99f983b8e3 (diff)
no longer includes the curl/types.h and curl/easy.h include files
explicitly, as they're taken care of indirectly by curl/curl.h these days.
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 8d100b0bd..a6c6264bf 100644
--- a/src/main.c
+++ b/src/main.c
@@ -29,8 +29,6 @@
#include <ctype.h>
#include <curl/curl.h>
-#include <curl/types.h> /* new for v7 */
-#include <curl/easy.h> /* new for v7 */
#define _MPRINTF_REPLACE /* we want curl-functions instead of native ones */
#include <curl/mprintf.h>