examples: cleanup curl includes

Only <curl/curl.h> is needed typically and curl/types.h has been removed
This commit is contained in:
Daniel Stenberg
2011-06-28 19:08:51 +02:00
parent fb48e2050b
commit ac28971aa6
10 changed files with 0 additions and 21 deletions

View File

@@ -13,8 +13,6 @@
#include <gtk/gtk.h>
#include <curl/curl.h>
#include <curl/types.h> /* new for v7 */
#include <curl/easy.h> /* new for v7 */
GtkWidget *Bar;