From cd554e6f1e42c440c791845a1a635415b23a19a2 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 28 Aug 2011 14:29:15 +0000 Subject: make image content handlers build conditional from teh makefile svn path=/trunk/netsurf/; revision=12673 --- image/svg.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'image/svg.c') diff --git a/image/svg.c b/image/svg.c index 3bcb2709a..43f456bd6 100644 --- a/image/svg.c +++ b/image/svg.c @@ -20,9 +20,6 @@ * Content for image/svg (implementation). */ -#include "utils/config.h" -#ifdef WITH_NS_SVG - #include #include @@ -346,4 +343,4 @@ static const char *svg_types[] = { CONTENT_FACTORY_REGISTER_TYPES(svg, svg_types, svg_content_handler); -#endif /* WITH_NS_SVG */ + -- cgit v1.2.3