URL module: Remove unused curl #include.

This commit is contained in:
Michael Drake 2016-07-24 14:16:12 +01:00
parent b4e21b76fd
commit e88d82f87f

View File

@ -26,7 +26,6 @@
#include <assert.h>
#include <string.h>
#include <stdlib.h>
#include <curl/curl.h>
#include "utils/config.h"
#include "utils/log.h"