diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-03-14 08:55:17 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-03-14 08:55:17 +0000 |
commit | a426818a78032ff31ffc948c92d43240a91f4995 (patch) | |
tree | 75ff5964b68fdfb9ace16c7d0b7f7e659a859d98 /src | |
parent | bfe413d8bdef0959be870c9391dd9d99f983b8e3 (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.c | 2 |
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> |