summaryrefslogtreecommitdiff
path: root/desktop/netsurf.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-23 23:32:16 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-23 23:32:16 +0100
commit3224d7121aff91ab8d888831dc493ef621e3dd39 (patch)
tree5e4585fd78b6b247a5e602ea1a1d55e0dfe206fb /desktop/netsurf.c
parent93be8d805e7e1f32638015770446476fef22ceac (diff)
downloadnetsurf-3224d7121aff91ab8d888831dc493ef621e3dd39.tar.gz
netsurf-3224d7121aff91ab8d888831dc493ef621e3dd39.tar.bz2
move image content handlers to accomodate core build changes
Diffstat (limited to 'desktop/netsurf.c')
-rw-r--r--desktop/netsurf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/netsurf.c b/desktop/netsurf.c
index 46d8d6728..440e14081 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -38,8 +38,8 @@
#include "content/mimesniff.h"
#include "content/urldb.h"
#include "css/css.h"
-#include "image/image.h"
-#include "image/image_cache.h"
+#include "content/handlers/image/image.h"
+#include "content/handlers/image/image_cache.h"
#include "javascript/js.h"
#include "render/html.h"
#include "render/textplain.h"