summaryrefslogtreecommitdiff
path: root/content/handlers/image/image.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/handlers/image/image.c
parent6722943b81c0dba84ed187b2d117cc92972117ed (diff)
downloadnetsurf-2dab078f21db7dec5a29079daf9a5f0a06a6e0bd.tar.gz
netsurf-2dab078f21db7dec5a29079daf9a5f0a06a6e0bd.tar.bz2
move bitmap API header to core include directory
Diffstat (limited to 'content/handlers/image/image.c')
-rw-r--r--content/handlers/image/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/handlers/image/image.c b/content/handlers/image/image.c
index d1743697d..487b35bcd 100644
--- a/content/handlers/image/image.c
+++ b/content/handlers/image/image.c
@@ -25,8 +25,8 @@
#include "content/content.h"
#include "desktop/plotters.h"
#include "desktop/gui_internal.h"
+#include "netsurf/bitmap.h"
-#include "bitmap.h"
#include "bmp.h"
#include "gif.h"
#include "ico.h"