summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/browser_history.c2
-rw-r--r--desktop/gui_factory.c2
-rw-r--r--desktop/knockout.c2
-rw-r--r--desktop/save_pdf.c2
-rw-r--r--desktop/treeview.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/desktop/browser_history.c b/desktop/browser_history.c
index b3d12d525..871cc3e4b 100644
--- a/desktop/browser_history.c
+++ b/desktop/browser_history.c
@@ -34,7 +34,7 @@
#include "content/content.h"
#include "content/hlcache.h"
#include "content/urldb.h"
-#include "content/handlers/image/bitmap.h"
+#include "netsurf/bitmap.h"
#include "desktop/gui_layout.h"
#include "desktop/gui_internal.h"
diff --git a/desktop/gui_factory.c b/desktop/gui_factory.c
index f43e1c9fd..07848ee02 100644
--- a/desktop/gui_factory.c
+++ b/desktop/gui_factory.c
@@ -23,7 +23,7 @@
#include "utils/config.h"
#include "utils/errors.h"
#include "utils/file.h"
-#include "content/handlers/image/bitmap.h"
+#include "netsurf/bitmap.h"
#include "content/hlcache.h"
#include "content/backing_store.h"
diff --git a/desktop/knockout.c b/desktop/knockout.c
index 22aac8693..a20ec28b7 100644
--- a/desktop/knockout.c
+++ b/desktop/knockout.c
@@ -69,7 +69,7 @@
#include "utils/utils.h"
#include "utils/log.h"
#include "utils/errors.h"
-#include "content/handlers/image/bitmap.h"
+#include "netsurf/bitmap.h"
#include "content/content.h"
#include "desktop/gui_internal.h"
diff --git a/desktop/save_pdf.c b/desktop/save_pdf.c
index 40082f23c..0c870b464 100644
--- a/desktop/save_pdf.c
+++ b/desktop/save_pdf.c
@@ -60,7 +60,7 @@
#include "utils/useragent.h"
#include "content/hlcache.h"
#include "utils/nsoption.h"
-#include "content/handlers/image/bitmap.h"
+#include "netsurf/bitmap.h"
#include "desktop/plotters.h"
#include "desktop/print.h"
diff --git a/desktop/treeview.c b/desktop/treeview.c
index c12ecd98e..ec2a513ca 100644
--- a/desktop/treeview.c
+++ b/desktop/treeview.c
@@ -23,7 +23,7 @@
*/
#include "utils/log.h"
-#include "content/handlers/image/bitmap.h"
+#include "netsurf/bitmap.h"
#include "content/hlcache.h"
#include "content/handlers/css/utils.h"