revert urldb include fixes as tehy cause build issues elsewhere and failed to fix the warning

This commit is contained in:
Vincent Sanders 2016-02-12 15:55:13 +00:00
parent fb95797862
commit 72308c1f0d

View File

@ -95,10 +95,6 @@
#include <string.h> #include <string.h>
#include <strings.h> #include <strings.h>
#include <time.h> #include <time.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <curl/curl.h> #include <curl/curl.h>
#include "utils/nsoption.h" #include "utils/nsoption.h"