From a8a6098f689a936307ca11cc922a8fc535654007 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 18 Aug 2016 21:07:04 +0100 Subject: move core window API into netsurf header path --- frontends/atari/treeview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/atari') 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" -- cgit v1.2.3