From 1321a41015695a75c1a73476d43c882dc270df64 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Mon, 1 Aug 2011 22:36:25 +0200 Subject: [PATCH] Fix 'conky-1.8.1 does not build with curl-7.21.7' (sf.net #3383906) In the new version of curl, types.h no longer exists. I just removed the offending include as is seems to be unnecessary. bug reported by billie80. --- src/ccurl_thread.cc | 1 - src/eve.cc | 1 - 2 files changed, 2 deletions(-) diff --git a/src/ccurl_thread.cc b/src/ccurl_thread.cc index 771c206c..a5ccc0af 100644 --- a/src/ccurl_thread.cc +++ b/src/ccurl_thread.cc @@ -34,7 +34,6 @@ #include #endif /* DEBUG */ -#include #include /* diff --git a/src/eve.cc b/src/eve.cc index 40853d6a..893c5b1e 100644 --- a/src/eve.cc +++ b/src/eve.cc @@ -39,7 +39,6 @@ #include #include -#include #include #include