summaryrefslogtreecommitdiff
path: root/desktop/netsurf.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-06 14:47:27 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-06 14:47:27 +0100
commit8861923455a294927398c3207c12ed3e2d6f350e (patch)
tree8b8dd664815becb2c64457d5e7a98fea57ed0b50 /desktop/netsurf.c
parentcba3a1468c07d4bd192967e43b05edc567306dd0 (diff)
downloadnetsurf-8861923455a294927398c3207c12ed3e2d6f350e.tar.gz
netsurf-8861923455a294927398c3207c12ed3e2d6f350e.tar.bz2
Allow include directories to be added by sub makefiles
Diffstat (limited to 'desktop/netsurf.c')
-rw-r--r--desktop/netsurf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/netsurf.c b/desktop/netsurf.c
index 1ca2ea936..ffcec0420 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -37,9 +37,9 @@
#include "content/hlcache.h"
#include "content/mimesniff.h"
#include "content/urldb.h"
-#include "content/handlers/css/css.h"
-#include "content/handlers/image/image.h"
-#include "content/handlers/image/image_cache.h"
+#include "css/css.h"
+#include "image/image.h"
+#include "image/image_cache.h"
#include "javascript/js.h"
#include "render/html.h"
#include "render/textplain.h"