summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-rw-r--r--render/html.c2
-rw-r--r--render/html_redraw.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/render/html.c b/render/html.c
index c809ee159..ecbd99c2a 100644
--- a/render/html.c
+++ b/render/html.c
@@ -46,7 +46,7 @@
#include "desktop/selection.h"
#include "desktop/scrollbar.h"
#include "desktop/textarea.h"
-#include "image/bitmap.h"
+#include "content/handlers/image/bitmap.h"
#include "javascript/js.h"
#include "desktop/browser.h"
#include "desktop/gui_utf8.h"
diff --git a/render/html_redraw.c b/render/html_redraw.c
index 969b74f87..93c136fb0 100644
--- a/render/html_redraw.c
+++ b/render/html_redraw.c
@@ -49,7 +49,7 @@
#include "desktop/print.h"
#include "desktop/scrollbar.h"
#include "desktop/textarea.h"
-#include "image/bitmap.h"
+#include "content/handlers/image/bitmap.h"
#include "desktop/gui_layout.h"
#include "desktop/gui_internal.h"