From 2326d3c503f5756280eabde3eaf52c1c1cdeceb6 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 9 May 2014 10:15:42 +0100 Subject: remove unecessary utils/url.h includes --- framebuffer/Makefile.target | 3 +-- framebuffer/misc.c | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'framebuffer') 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) { -- cgit v1.2.3