aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/ftpgetresp.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-06-28 19:08:51 +0200
committerDaniel Stenberg <daniel@haxx.se>2011-06-28 19:08:51 +0200
commitac28971aa61d28e5dd54888e34e958d1c742b461 (patch)
tree32748f6e063908601b10c21f0be2db78eebab7cf /docs/examples/ftpgetresp.c
parentfb48e2050b558c908c7740d1c4f20fd17fdf7fe6 (diff)
examples: cleanup curl includes
Only <curl/curl.h> is needed typically and curl/types.h has been removed
Diffstat (limited to 'docs/examples/ftpgetresp.c')
-rw-r--r--docs/examples/ftpgetresp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/examples/ftpgetresp.c b/docs/examples/ftpgetresp.c
index ea882a00f..29290a31d 100644
--- a/docs/examples/ftpgetresp.c
+++ b/docs/examples/ftpgetresp.c
@@ -22,8 +22,6 @@
#include <stdio.h>
#include <curl/curl.h>
-#include <curl/types.h>
-#include <curl/easy.h>
/*
* Similar to ftpget.c but this also stores the received response-lines