summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-02-12 15:55:13 +0000
committerVincent Sanders <vince@kyllikki.org>2016-02-12 15:55:13 +0000
commit72308c1f0d52df89e813b39db3ac85068331af85 (patch)
tree10a2f2c384ec64e408af7e84d9a0829a54a7a40a /content
parentfb9579786284454b849029a62ba4162f4648b714 (diff)
downloadnetsurf-72308c1f0d52df89e813b39db3ac85068331af85.tar.gz
netsurf-72308c1f0d52df89e813b39db3ac85068331af85.tar.bz2
revert urldb include fixes as tehy cause build issues elsewhere and failed to fix the warning
Diffstat (limited to 'content')
-rw-r--r--content/urldb.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/content/urldb.c b/content/urldb.c
index 598d837c4..edb49b549 100644
--- a/content/urldb.c
+++ b/content/urldb.c
@@ -95,10 +95,6 @@
#include <string.h>
#include <strings.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 "utils/nsoption.h"