summaryrefslogtreecommitdiff
path: root/frontends/framebuffer/gui.c
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/framebuffer/gui.c
parent903c4dbef9fae1e24a66a8ff7b745c799f6726cd (diff)
downloadnetsurf-1eb86d9df2d6897d11b712f21d4ac23390fbdc70.tar.gz
netsurf-1eb86d9df2d6897d11b712f21d4ac23390fbdc70.tar.bz2
move window header into public API
Diffstat (limited to 'frontends/framebuffer/gui.c')
-rw-r--r--frontends/framebuffer/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/framebuffer/gui.c b/frontends/framebuffer/gui.c
index b0b98c546..4a8b7a645 100644
--- a/frontends/framebuffer/gui.c
+++ b/frontends/framebuffer/gui.c
@@ -38,7 +38,7 @@
#include "desktop/textinput.h"
#include "desktop/browser_history.h"
#include "desktop/plotters.h"
-#include "desktop/gui_window.h"
+#include "netsurf/window.h"
#include "desktop/gui_misc.h"
#include "desktop/netsurf.h"
#include "content/urldb.h"