diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-06-28 19:08:51 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-06-28 19:08:51 +0200 |
commit | ac28971aa61d28e5dd54888e34e958d1c742b461 (patch) | |
tree | 32748f6e063908601b10c21f0be2db78eebab7cf /docs/examples/postit2.c | |
parent | fb48e2050b558c908c7740d1c4f20fd17fdf7fe6 (diff) | |
download | curl-ac28971aa61d28e5dd54888e34e958d1c742b461.tar.gz |
examples: cleanup curl includes
Only <curl/curl.h> is needed typically and curl/types.h has been removed
Diffstat (limited to 'docs/examples/postit2.c')
-rw-r--r-- | docs/examples/postit2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/examples/postit2.c b/docs/examples/postit2.c index bb7fd48d7..63c248467 100644 --- a/docs/examples/postit2.c +++ b/docs/examples/postit2.c @@ -37,8 +37,6 @@ #include <string.h> #include <curl/curl.h> -#include <curl/types.h> -#include <curl/easy.h> int main(int argc, char *argv[]) { |