summaryrefslogtreecommitdiff
path: root/frontends/atari
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-08-18 21:07:04 +0100
committerVincent Sanders <vince@kyllikki.org>2016-08-18 21:07:04 +0100
commita8a6098f689a936307ca11cc922a8fc535654007 (patch)
tree3ccd5c266e6578aa729ca86a23ebb0fc8c2a03cd /frontends/atari
parent5aa2feaa06fc7850a4c4892293b1174a8d4ed92c (diff)
downloadnetsurf-a8a6098f689a936307ca11cc922a8fc535654007.tar.gz
netsurf-a8a6098f689a936307ca11cc922a8fc535654007.tar.bz2
move core window API into netsurf header path
Diffstat (limited to 'frontends/atari')
-rw-r--r--frontends/atari/treeview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/atari/treeview.c b/frontends/atari/treeview.c
index 4298fca54..731c032e3 100644
--- a/frontends/atari/treeview.c
+++ b/frontends/atari/treeview.c
@@ -29,8 +29,8 @@
#include "utils/utils.h"
#include "netsurf/plotters.h"
#include "netsurf/mouse.h"
+#include "netsurf/core_window.h"
#include "desktop/treeview.h"
-#include "desktop/core_window.h"
#include "atari/gui.h"
#include "atari/plot/plot.h"