1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-11-11 13:50:56 -05:00

Remove curlbuild include

Curl removed that header in 73a2fcea0b4adea6ba342cd7ed1149782c214ae3
([1])
http.cpp doesn't use anything from that header and compilation works for
fine with curl 7.54.1

Fixes #647
Ref:
[1]: 73a2fcea0b
This commit is contained in:
patrick96 2017-07-12 11:22:45 +02:00 committed by Michael Carlberg
parent 2314ca030c
commit d35abc7620

View file

@ -1,5 +1,4 @@
#include <curl/curl.h>
#include <curl/curlbuild.h>
#include <curl/easy.h>
#include <sstream>