From 03abea12a76db9be29c6a56e453cadebc05983d6 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 2 Nov 2014 20:39:15 +0000 Subject: fix errors introuced with previous header cleanup. --- cocoa/Tree.m | 1 + cocoa/coordinates.h | 1 + cocoa/plotter.m | 11 ++++++----- 3 files changed, 8 insertions(+), 5 deletions(-) (limited to 'cocoa') diff --git a/cocoa/Tree.m b/cocoa/Tree.m index 5e0247ad7..05a52c802 100644 --- a/cocoa/Tree.m +++ b/cocoa/Tree.m @@ -21,6 +21,7 @@ #import "cocoa/font.h" #import "cocoa/plotter.h" +#import "desktop/plotters.h" #import "desktop/tree.h" @implementation Tree diff --git a/cocoa/coordinates.h b/cocoa/coordinates.h index ff76ac976..d5504941a 100644 --- a/cocoa/coordinates.h +++ b/cocoa/coordinates.h @@ -19,6 +19,7 @@ #ifndef COCOA_COORDINATES_H #define COCOA_COORDINATES_H +#include "utils/utils.h" #import "desktop/browser.h" #import "render/box.h" diff --git a/cocoa/plotter.m b/cocoa/plotter.m index 4f63424e1..61f53c192 100644 --- a/cocoa/plotter.m +++ b/cocoa/plotter.m @@ -18,14 +18,15 @@ #include -#import "cocoa/font.h" -#import "cocoa/plotter.h" -#import "cocoa/bitmap.h" - +#import "utils/log.h" +#import "utils/utils.h" #import "desktop/browser.h" #import "desktop/plotters.h" #import "desktop/plot_style.h" -#import "utils/log.h" + +#import "cocoa/font.h" +#import "cocoa/plotter.h" +#import "cocoa/bitmap.h" static void cocoa_plot_render_path(NSBezierPath *path,const plot_style_t *pstyle); static void cocoa_plot_path_set_stroke_pattern(NSBezierPath *path,const plot_style_t *pstyle); -- cgit v1.2.3