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:
parent
2314ca030c
commit
d35abc7620
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
#include <curl/curl.h>
|
||||
#include <curl/curlbuild.h>
|
||||
#include <curl/easy.h>
|
||||
#include <sstream>
|
||||
|
||||
|
|
Loading…
Reference in a new issue