summaryrefslogtreecommitdiff
path: root/content/handlers/image/bmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/image/bmp.c')
-rw-r--r--content/handlers/image/bmp.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/content/handlers/image/bmp.c b/content/handlers/image/bmp.c
index 114a551a6..8f787de37 100644
--- a/content/handlers/image/bmp.c
+++ b/content/handlers/image/bmp.c
@@ -28,10 +28,12 @@
#include "utils/utils.h"
#include "utils/messages.h"
-#include "content/content_protected.h"
-#include "desktop/gui_internal.h"
#include "netsurf/plotters.h"
#include "netsurf/bitmap.h"
+#include "netsurf/content.h"
+#include "content/llcache.h"
+#include "content/content_protected.h"
+#include "desktop/gui_internal.h"
#include "bmp.h"