]> granicus.if.org Git - curl/commitdiff
no longer includes the curl/types.h and curl/easy.h include files
authorDaniel Stenberg <daniel@haxx.se>
Wed, 14 Mar 2001 08:55:17 +0000 (08:55 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 14 Mar 2001 08:55:17 +0000 (08:55 +0000)
explicitly, as they're taken care of indirectly by curl/curl.h these
days.

src/main.c

index 8d100b0bde6811fd49d93c409677764f5badaa69..a6c6264bfce7ed156d9f743bf65c68a5da3923da 100644 (file)
@@ -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>