removed the two unnecessary include files
diff --git a/src/writeout.c b/src/writeout.c
index 02c8252..92a4c63 100644
--- a/src/writeout.c
+++ b/src/writeout.c
@@ -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>