summaryrefslogtreecommitdiff
path: root/frontends/cocoa/apple_image.m
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-06 09:23:24 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-06 09:23:24 +0100
commit7f8e453a18a75f3a4f129d4e743c5b861fbe77c5 (patch)
tree3fb58f54192061245fea5b7de565fe8ed8d3eb96 /frontends/cocoa/apple_image.m
parent5074190c0172678b77039534b17eb765700774a1 (diff)
downloadnetsurf-7f8e453a18a75f3a4f129d4e743c5b861fbe77c5.tar.gz
netsurf-7f8e453a18a75f3a4f129d4e743c5b861fbe77c5.tar.bz2
fixup cocoa image handler for content API changes
Diffstat (limited to 'frontends/cocoa/apple_image.m')
-rw-r--r--frontends/cocoa/apple_image.m6
1 files changed, 4 insertions, 2 deletions
diff --git a/frontends/cocoa/apple_image.m b/frontends/cocoa/apple_image.m
index 5c82a2b3a..0bbaabd10 100644
--- a/frontends/cocoa/apple_image.m
+++ b/frontends/cocoa/apple_image.m
@@ -21,10 +21,12 @@
#import "cocoa/apple_image.h"
#include "utils/config.h"
-#include "content/content_protected.h"
+#include "utils/utils.h"
#include "netsurf/bitmap.h"
#include "netsurf/plotters.h"
-#include "utils/utils.h"
+#include "netsurf/content.h"
+#include "content/llcache.h"
+#include "content/content_protected.h"
#import "cocoa/schedule.h"
#import "cocoa/bitmap.h"