remove unecessary use of gui_internal in content

This commit is contained in:
Vincent Sanders 2020-06-25 14:37:57 +01:00
parent 82bb483964
commit 402ad02ff5
4 changed files with 0 additions and 5 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"