diff options
author | Florian Pritz <bluewind@xinu.at> | 2011-06-26 19:38:40 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2011-06-26 19:38:40 +0200 |
commit | d15d1292054358678afc8f1e69c442f777756c7a (patch) | |
tree | 9c9a4f4c2745f32d2c0b37095c9a9a1a98dfa3e7 /fb-helper.c.in | |
parent | 02d2df0aef6eb51a3568200e4719ab484b1a4ec9 (diff) |
don't include curl/types.hv0.8.1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'fb-helper.c.in')
-rw-r--r-- | fb-helper.c.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fb-helper.c.in b/fb-helper.c.in index 6980b9b..798052a 100644 --- a/fb-helper.c.in +++ b/fb-helper.c.in @@ -19,7 +19,6 @@ #include <math.h> #include <curl/curl.h> -#include <curl/types.h> #include <curl/easy.h> #define FORMAT_ARRAY_SIZE 5 |