summaryrefslogtreecommitdiff
path: root/desktop/browser_history.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-26 23:01:03 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-26 23:01:03 +0100
commit2dab078f21db7dec5a29079daf9a5f0a06a6e0bd (patch)
tree31f42b70b35bca3867c2a9078f360a1dff72ad2c /desktop/browser_history.c
parent6722943b81c0dba84ed187b2d117cc92972117ed (diff)
downloadnetsurf-2dab078f21db7dec5a29079daf9a5f0a06a6e0bd.tar.gz
netsurf-2dab078f21db7dec5a29079daf9a5f0a06a6e0bd.tar.bz2
move bitmap API header to core include directory
Diffstat (limited to 'desktop/browser_history.c')
-rw-r--r--desktop/browser_history.c2
1 files changed, 1 insertions, 1 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"