summaryrefslogtreecommitdiff
path: root/frontends/windows
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-30 11:01:40 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-30 11:01:40 +0100
commit1eb86d9df2d6897d11b712f21d4ac23390fbdc70 (patch)
tree4603e541e44b825ef8eac934c5a9c10b4873d87c /frontends/windows
parent903c4dbef9fae1e24a66a8ff7b745c799f6726cd (diff)
downloadnetsurf-1eb86d9df2d6897d11b712f21d4ac23390fbdc70.tar.gz
netsurf-1eb86d9df2d6897d11b712f21d4ac23390fbdc70.tar.bz2
move window header into public API
Diffstat (limited to 'frontends/windows')
-rw-r--r--frontends/windows/plot.c2
-rw-r--r--frontends/windows/window.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/frontends/windows/plot.c b/frontends/windows/plot.c
index 86870ea4e..d5ddf4f37 100644
--- a/frontends/windows/plot.c
+++ b/frontends/windows/plot.c
@@ -29,7 +29,7 @@
#include "utils/utf8.h"
#include "utils/utils.h"
#include "desktop/mouse.h"
-#include "desktop/gui_window.h"
+#include "netsurf/window.h"
#include "desktop/plotters.h"
#include "windows/bitmap.h"
diff --git a/frontends/windows/window.c b/frontends/windows/window.c
index f5f13fe24..afc741ff1 100644
--- a/frontends/windows/window.c
+++ b/frontends/windows/window.c
@@ -31,7 +31,7 @@
#include "utils/messages.h"
#include "content/content.h"
#include "desktop/browser.h"
-#include "desktop/gui_window.h"
+#include "netsurf/window.h"
#include "desktop/browser_history.h"
#include "desktop/textinput.h"