summaryrefslogtreecommitdiff
path: root/cocoa/bitmap.m
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/bitmap.m')
-rw-r--r--cocoa/bitmap.m3
1 files changed, 2 insertions, 1 deletions
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 <Cocoa/Cocoa.h>
-#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)