mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-25 07:49:38 +03:00
remove unecessary use of gui_internal in content
This commit is contained in:
parent
82bb483964
commit
402ad02ff5
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user