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
1 changed files with 0 additions and 1 deletions

View File

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