]> granicus.if.org Git - curl/commitdiff
removed the two unnecessary include files
authorDaniel Stenberg <daniel@haxx.se>
Wed, 14 Mar 2001 10:27:13 +0000 (10:27 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 14 Mar 2001 10:27:13 +0000 (10:27 +0000)
src/writeout.c

index 02c8252500ffd2de2b72f36125236cb967a2052c..92a4c63824cb406aa2b018d4440ab7c8fa777d6a 100644 (file)
@@ -25,8 +25,6 @@
 #include <string.h>
 
 #include <curl/curl.h>
-#include <curl/types.h>
-#include <curl/easy.h>
 
 #define _MPRINTF_REPLACE /* we want curl-functions instead of native ones */
 #include <curl/mprintf.h>