Remove extra header

The curl header isn't needed nor is it present when building.
This commit is contained in:
Markus Mäkelä 2018-10-03 11:58:02 +03:00
parent 8b9fdaa0cb
commit 8ad045c019
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -40,7 +40,6 @@
#include <sys/types.h>
#include <netinet/tcp.h>
#include <openssl/sha.h>
#include <curl/curl.h>
#include <thread>
#include <maxscale/alloc.h>