summaryrefslogtreecommitdiff
path: root/monkey
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-05-09 10:15:42 +0100
committerVincent Sanders <vince@kyllikki.org>2014-05-09 10:15:42 +0100
commit2326d3c503f5756280eabde3eaf52c1c1cdeceb6 (patch)
tree6d5e6473239b462c8a8d8034df4f1bf4d341d363 /monkey
parent1556055d91a752abc28764637c8a91eaaec9f131 (diff)
downloadnetsurf-2326d3c503f5756280eabde3eaf52c1c1cdeceb6.tar.gz
netsurf-2326d3c503f5756280eabde3eaf52c1c1cdeceb6.tar.bz2
remove unecessary utils/url.h includes
Diffstat (limited to 'monkey')
-rw-r--r--monkey/Makefile.target3
-rw-r--r--monkey/main.c1
2 files changed, 1 insertions, 3 deletions
diff --git a/monkey/Makefile.target b/monkey/Makefile.target
index 7c0f167d3..1b0ec163d 100644
--- a/monkey/Makefile.target
+++ b/monkey/Makefile.target
@@ -44,8 +44,7 @@ MONKEYCFLAGS := -std=c99 -Dmonkey -Dnsmonkey \
$(WARNFLAGS) -g \
$(shell $(PKG_CONFIG) --cflags glib-2.0) \
$(shell $(PKG_CONFIG) --cflags libdom libcurl) \
- $(shell $(PKG_CONFIG) --cflags openssl) \
- $(shell xml2-config --cflags)
+ $(shell $(PKG_CONFIG) --cflags openssl)
MONKEYLDFLAGS := -lm $(shell $(PKG_CONFIG) --cflags --libs glib-2.0)
diff --git a/monkey/main.c b/monkey/main.c
index 96476d26a..53fda7021 100644
--- a/monkey/main.c
+++ b/monkey/main.c
@@ -27,7 +27,6 @@
#include "desktop/netsurf.h"
#include "utils/log.h"
#include "utils/filepath.h"
-#include "utils/url.h"
#include "monkey/poll.h"
#include "monkey/dispatch.h"