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"