summaryrefslogtreecommitdiff
path: root/frontends/cocoa/bitmap.m
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-23 23:37:52 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-23 23:37:52 +0100
commitc25eb6b7e7a08d7e2aaf33994c2c24053cf47b82 (patch)
treece0d6750eabdd3482440feaadfc25e4eb5508ca7 /frontends/cocoa/bitmap.m
parentcab33679f828a9113d2ef8d05cad9d3f5c783e67 (diff)
downloadnetsurf-c25eb6b7e7a08d7e2aaf33994c2c24053cf47b82.tar.gz
netsurf-c25eb6b7e7a08d7e2aaf33994c2c24053cf47b82.tar.bz2
fixup cocoa imports for moved image content handlers
Diffstat (limited to 'frontends/cocoa/bitmap.m')
-rw-r--r--frontends/cocoa/bitmap.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/cocoa/bitmap.m b/frontends/cocoa/bitmap.m
index 6e263a1ea..5905eeb0c 100644
--- a/frontends/cocoa/bitmap.m
+++ b/frontends/cocoa/bitmap.m
@@ -25,7 +25,7 @@
#import "desktop/browser.h"
#import "desktop/plotters.h"
-#import "image/bitmap.h"
+#import "content/handlers/image/bitmap.h"
#import "content/urldb.h"
#import "content/content.h"