summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-06-25 14:37:57 +0100
committerVincent Sanders <vince@kyllikki.org>2020-06-25 14:37:57 +0100
commit402ad02ff58d5e755e4cee60bd65e29745d5295a (patch)
tree36f88c76cc58ea54a13ec232e0f85cfff8b2eecc /content
parent82bb483964df8f7d04d2131ba3304dc23bb45b5a (diff)
downloadnetsurf-402ad02ff58d5e755e4cee60bd65e29745d5295a.tar.gz
netsurf-402ad02ff58d5e755e4cee60bd65e29745d5295a.tar.bz2
remove unecessary use of gui_internal in content
Diffstat (limited to 'content')
-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
-rw-r--r--content/urldb.c1
4 files changed, 0 insertions, 5 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"
diff --git a/content/urldb.c b/content/urldb.c
index d93cc5898..74d0b7db2 100644
--- a/content/urldb.c
+++ b/content/urldb.c
@@ -111,7 +111,6 @@
#include "utils/http.h"
#include "netsurf/bitmap.h"
#include "desktop/cookie_manager.h"
-#include "desktop/gui_internal.h"
#include "content/content.h"
#include "content/urldb.h"