aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/chkspeed.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/chkspeed.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/chkspeed.c')
-rw-r--r--docs/examples/chkspeed.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/examples/chkspeed.c b/docs/examples/chkspeed.c
index fbcb1f764..b5c397ab7 100644
--- a/docs/examples/chkspeed.c
+++ b/docs/examples/chkspeed.c
@@ -35,8 +35,6 @@
#include <time.h>
#include <curl/curl.h>
-#include <curl/types.h>
-#include <curl/easy.h>
#define URL_BASE "http://speedtest.your.domain/"
#define URL_1M URL_BASE "file_1M.bin"