1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-29 01:58:26 +00:00

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.
This commit is contained in:
Pavel Labath 2011-08-01 22:36:25 +02:00
parent ab235b7ac6
commit 03a56731ab
2 changed files with 0 additions and 2 deletions

View File

@ -33,7 +33,6 @@
#endif /* DEBUG */
#include <curl/curl.h>
#include <curl/types.h>
#include <curl/easy.h>
/*

View File

@ -37,7 +37,6 @@
#include <libxml/xmlwriter.h>
#include <curl/curl.h>
#include <curl/types.h>
#include <curl/easy.h>
#include <time.h>