summaryrefslogtreecommitdiff
path: root/frontends/cocoa/plotter.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-12 11:57:22 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-12 11:57:22 +0100
commit22d84a587b299f028dbff4d3f8d8ecd56b275c2f (patch)
tree4b52aa9bf76618b55bdef5bac7628ea168f56b8c /frontends/cocoa/plotter.h
parent7dcc725ae2e9351d4b8fb5350b0157cd4699d9fb (diff)
downloadnetsurf-22d84a587b299f028dbff4d3f8d8ecd56b275c2f.tar.gz
netsurf-22d84a587b299f028dbff4d3f8d8ecd56b275c2f.tar.bz2
reduce cocoa unecessary use of core API
Diffstat (limited to 'frontends/cocoa/plotter.h')
-rw-r--r--frontends/cocoa/plotter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontends/cocoa/plotter.h b/frontends/cocoa/plotter.h
index 8a26e5246..88f9fcab6 100644
--- a/frontends/cocoa/plotter.h
+++ b/frontends/cocoa/plotter.h
@@ -21,7 +21,6 @@
#import <Cocoa/Cocoa.h>
#import "desktop/plot_style.h"
-#import "cocoa/coordinates.h"
extern const struct plotter_table cocoa_plotters;