summaryrefslogtreecommitdiff
path: root/monkey
diff options
context:
space:
mode:
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"