From 402ad02ff58d5e755e4cee60bd65e29745d5295a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 25 Jun 2020 14:37:57 +0100 Subject: remove unecessary use of gui_internal in content --- content/handlers/html/box_textarea.c | 1 - content/handlers/html/dom_event.c | 2 -- content/handlers/html/form.c | 1 - content/urldb.c | 1 - 4 files changed, 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" -- cgit v1.2.3