summaryrefslogtreecommitdiff
path: root/frontends/gtk/window.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-14 12:39:54 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-14 12:39:54 +0100
commit66d0f14b32d11042872f6bfe33152521bf470e6a (patch)
tree3a2a1fa15387fea22edbf591c347b3dfd81d466e /frontends/gtk/window.c
parenta60c4749ff734168d773d1b527b83ce7ce6d83a1 (diff)
downloadnetsurf-66d0f14b32d11042872f6bfe33152521bf470e6a.tar.gz
netsurf-66d0f14b32d11042872f6bfe33152521bf470e6a.tar.bz2
move the public form API
Diffstat (limited to 'frontends/gtk/window.c')
-rw-r--r--frontends/gtk/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/gtk/window.c b/frontends/gtk/window.c
index a98d529c2..b4af64821 100644
--- a/frontends/gtk/window.c
+++ b/frontends/gtk/window.c
@@ -41,9 +41,9 @@
#include "netsurf/mouse.h"
#include "netsurf/window.h"
#include "netsurf/plotters.h"
+#include "netsurf/form.h"
#include "desktop/searchweb.h"
#include "desktop/textinput.h"
-#include "render/form.h"
#include "gtk/window.h"
#include "gtk/selection.h"