From ac28971aa61d28e5dd54888e34e958d1c742b461 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 28 Jun 2011 19:08:51 +0200 Subject: examples: cleanup curl includes Only is needed typically and curl/types.h has been removed --- docs/examples/postit2.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/examples/postit2.c') 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 #include -#include -#include int main(int argc, char *argv[]) { -- cgit v1.2.3