From 2dab078f21db7dec5a29079daf9a5f0a06a6e0bd Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 26 May 2016 23:01:03 +0100 Subject: move bitmap API header to core include directory --- render/html.c | 2 +- render/html_redraw.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'render') diff --git a/render/html.c b/render/html.c index ecbd99c2a..5090b6f41 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 "content/handlers/image/bitmap.h" +#include "netsurf/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 7f8391cf9..cf4bd6f67 100644 --- a/render/html_redraw.c +++ b/render/html_redraw.c @@ -48,7 +48,7 @@ #include "desktop/print.h" #include "desktop/scrollbar.h" #include "desktop/textarea.h" -#include "content/handlers/image/bitmap.h" +#include "netsurf/bitmap.h" #include "desktop/gui_layout.h" #include "desktop/gui_internal.h" -- cgit v1.2.3