summaryrefslogtreecommitdiff
path: root/content/content.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 /content/content.c
parent6722943b81c0dba84ed187b2d117cc92972117ed (diff)
downloadnetsurf-2dab078f21db7dec5a29079daf9a5f0a06a6e0bd.tar.gz
netsurf-2dab078f21db7dec5a29079daf9a5f0a06a6e0bd.tar.bz2
move bitmap API header to core include directory
Diffstat (limited to 'content/content.c')
-rw-r--r--content/content.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/content.c b/content/content.c
index 9b53a4971..ad130a550 100644
--- a/content/content.c
+++ b/content/content.c
@@ -33,7 +33,7 @@
#include "desktop/gui_internal.h"
#include "desktop/browser.h"
-#include "content/handlers/image/bitmap.h"
+#include "netsurf/bitmap.h"
#include "content/content_protected.h"
#include "content/content_debug.h"
#include "content/hlcache.h"