summaryrefslogtreecommitdiff
path: root/content/handlers/html
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/html')
-rw-r--r--content/handlers/html/box_textarea.c1
-rw-r--r--content/handlers/html/dom_event.c2
-rw-r--r--content/handlers/html/form.c1
3 files changed, 0 insertions, 4 deletions
diff --git a/content/handlers/html/box_textarea.c b/content/handlers/html/box_textarea.c
index b3e3c3610..d08660030 100644
--- a/content/handlers/html/box_textarea.c
+++ b/content/handlers/html/box_textarea.c
@@ -30,7 +30,6 @@
#include "netsurf/keypress.h"
#include "netsurf/misc.h"
#include "desktop/textarea.h"
-#include "desktop/gui_internal.h"
#include "html/private.h"
#include "html/interaction.h"
diff --git a/content/handlers/html/dom_event.c b/content/handlers/html/dom_event.c
index 71ef13861..36a020b6d 100644
--- a/content/handlers/html/dom_event.c
+++ b/content/handlers/html/dom_event.c
@@ -34,8 +34,6 @@
#include "content/content.h"
#include "javascript/js.h"
-#include "desktop/gui_internal.h"
-#include "desktop/gui_table.h"
#include "netsurf/bitmap.h"
#include "html/private.h"
diff --git a/content/handlers/html/form.c b/content/handlers/html/form.c
index 624240dd0..01e624417 100644
--- a/content/handlers/html/form.c
+++ b/content/handlers/html/form.c
@@ -50,7 +50,6 @@
#include "desktop/knockout.h"
#include "desktop/scrollbar.h"
#include "desktop/textarea.h"
-#include "desktop/gui_internal.h"
#include "html/html.h"
#include "html/private.h"