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/certinfo.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/examples/certinfo.c') diff --git a/docs/examples/certinfo.c b/docs/examples/certinfo.c index 02558d98c..ffcec6356 100644 --- a/docs/examples/certinfo.c +++ b/docs/examples/certinfo.c @@ -22,8 +22,6 @@ #include #include -#include -#include static size_t wrfu(void *ptr, size_t size, size_t nmemb, void *stream) { -- cgit v1.2.3