summaryrefslogtreecommitdiff
path: root/cocoa/plotter.m
diff options
context:
space:
mode:
authorSven Weidauer <sven.weidauer@gmail.com>2011-01-31 19:12:00 +0000
committerSven Weidauer <sven.weidauer@gmail.com>2011-01-31 19:12:00 +0000
commit28da79c796a1a22b14b5b9417aaae2e96ce3e994 (patch)
tree7ecbbf855490698bae3c2105dda31f20f56016e0 /cocoa/plotter.m
parent09400943aac959cb59bb0f6b558e31f07dbe9683 (diff)
downloadnetsurf-28da79c796a1a22b14b5b9417aaae2e96ce3e994.tar.gz
netsurf-28da79c796a1a22b14b5b9417aaae2e96ce3e994.tar.bz2
Reorganized includes.
svn path=/trunk/netsurf/; revision=11567
Diffstat (limited to 'cocoa/plotter.m')
-rw-r--r--cocoa/plotter.m8
1 files changed, 4 insertions, 4 deletions
diff --git a/cocoa/plotter.m b/cocoa/plotter.m
index 2d5e814f0..63ec807a0 100644
--- a/cocoa/plotter.m
+++ b/cocoa/plotter.m
@@ -18,13 +18,13 @@
#include <Cocoa/Cocoa.h>
-#include "desktop/plotters.h"
-#import "desktop/plot_style.h"
-#import "utils/log.h"
-
#import "cocoa/font.h"
#import "cocoa/plotter.h"
#import "cocoa/bitmap.h"
+
+#import "desktop/plotters.h"
+#import "desktop/plot_style.h"
+#import "utils/log.h"
#import "css/utils.h"
static void cocoa_plot_render_path(NSBezierPath *path,const plot_style_t *pstyle);