summaryrefslogtreecommitdiff
path: root/framebuffer/gui.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-10-16 09:54:49 +0100
committerVincent Sanders <vince@kyllikki.org>2014-10-16 22:33:44 +0100
commit3b4dea6241a09f745f7c4c54c302e6b4a0052680 (patch)
tree06f02a4bfb8ec42bb434be03e9af96bfa3da452b /framebuffer/gui.c
parentf97c0109a6df5fe2cf4349f26d488f886f51c138 (diff)
downloadnetsurf-3b4dea6241a09f745f7c4c54c302e6b4a0052680.tar.gz
netsurf-3b4dea6241a09f745f7c4c54c302e6b4a0052680.tar.bz2
Update framebuffer frontend to cope with split operations table headers
Diffstat (limited to 'framebuffer/gui.c')
-rw-r--r--framebuffer/gui.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/framebuffer/gui.c b/framebuffer/gui.c
index f580347b4..db884ec13 100644
--- a/framebuffer/gui.c
+++ b/framebuffer/gui.c
@@ -31,11 +31,6 @@
#include <libnsfb_plot.h>
#include <libnsfb_event.h>
-#include "desktop/browser_history.h"
-#include "desktop/gui.h"
-#include "desktop/mouse.h"
-#include "desktop/plotters.h"
-#include "desktop/netsurf.h"
#include "utils/utils.h"
#include "utils/nsoption.h"
#include "utils/filepath.h"
@@ -44,6 +39,12 @@
#include "utils/types.h"
#include "desktop/textinput.h"
#include "render/form.h"
+#include "desktop/browser_history.h"
+#include "desktop/mouse.h"
+#include "desktop/plotters.h"
+#include "desktop/gui_window.h"
+#include "desktop/gui_misc.h"
+#include "desktop/netsurf.h"
#include "framebuffer/gui.h"
#include "framebuffer/fbtk.h"