summaryrefslogtreecommitdiff
path: root/frontends/cocoa/plotter.m
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-30 17:32:57 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-30 17:32:57 +0100
commit7fc0a4c481d7adad14a42740037d50b2f9e1cdc1 (patch)
tree8f7a0958d76f97cf921f834c6f68218bfce1b003 /frontends/cocoa/plotter.m
parent8711fbe47dd0381efd09717b719b79be3d819f49 (diff)
downloadnetsurf-7fc0a4c481d7adad14a42740037d50b2f9e1cdc1.tar.gz
netsurf-7fc0a4c481d7adad14a42740037d50b2f9e1cdc1.tar.bz2
move desktop window header into public API
Diffstat (limited to 'frontends/cocoa/plotter.m')
-rw-r--r--frontends/cocoa/plotter.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/cocoa/plotter.m b/frontends/cocoa/plotter.m
index dbc9460c4..472857dbe 100644
--- a/frontends/cocoa/plotter.m
+++ b/frontends/cocoa/plotter.m
@@ -20,7 +20,7 @@
#import "utils/log.h"
#import "utils/utils.h"
-#import "desktop/browser.h"
+#import "netsurf/browser_window.h"
#import "desktop/plotters.h"
#import "desktop/plot_style.h"