summaryrefslogtreecommitdiff
path: root/framebuffer
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 /framebuffer
parent1556055d91a752abc28764637c8a91eaaec9f131 (diff)
downloadnetsurf-2326d3c503f5756280eabde3eaf52c1c1cdeceb6.tar.gz
netsurf-2326d3c503f5756280eabde3eaf52c1c1cdeceb6.tar.bz2
remove unecessary utils/url.h includes
Diffstat (limited to 'framebuffer')
-rw-r--r--framebuffer/Makefile.target3
-rw-r--r--framebuffer/misc.c1
2 files changed, 1 insertions, 3 deletions
diff --git a/framebuffer/Makefile.target b/framebuffer/Makefile.target
index 52694d493..9632b56d4 100644
--- a/framebuffer/Makefile.target
+++ b/framebuffer/Makefile.target
@@ -46,8 +46,7 @@ CFLAGS += -std=c99 -g -Dsmall $(WARNFLAGS) \
-D_BSD_SOURCE \
-D_XOPEN_SOURCE=600 \
-D_POSIX_C_SOURCE=200112L \
- $(shell $(PKG_CONFIG) --cflags libnsfb libhubbub libcss openssl) \
- $(shell xml2-config --cflags)
+ $(shell $(PKG_CONFIG) --cflags libnsfb libhubbub libcss openssl)
LDFLAGS += -lm -Wl,--whole-archive $(shell $(PKG_CONFIG) --libs libnsfb) -Wl,--no-whole-archive
diff --git a/framebuffer/misc.c b/framebuffer/misc.c
index f5ad045a0..0a45b2842 100644
--- a/framebuffer/misc.c
+++ b/framebuffer/misc.c
@@ -24,7 +24,6 @@
#include "utils/log.h"
#include "utils/messages.h"
#include "utils/utils.h"
-#include "utils/url.h"
void warn_user(const char *warning, const char *detail)
{