From 28da79c796a1a22b14b5b9417aaae2e96ce3e994 Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Mon, 31 Jan 2011 19:12:00 +0000 Subject: Reorganized includes. svn path=/trunk/netsurf/; revision=11567 --- cocoa/bitmap.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cocoa/bitmap.m') diff --git a/cocoa/bitmap.m b/cocoa/bitmap.m index d2c8dfe1c..8c6afe344 100644 --- a/cocoa/bitmap.m +++ b/cocoa/bitmap.m @@ -18,9 +18,10 @@ #import -#import "image/bitmap.h" #import "cocoa/bitmap.h" +#import "image/bitmap.h" + #define BITS_PER_SAMPLE (8) #define SAMPLES_PER_PIXEL (4) #define BITS_PER_PIXEL (BITS_PER_SAMPLE * SAMPLES_PER_PIXEL) -- cgit v1.2.3