mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-08 20:12:01 +03:00
remove unecessary core window header usage
This commit is contained in:
parent
85d76a0e04
commit
0758af6631
@ -28,7 +28,6 @@
|
||||
#include "utils/messages.h"
|
||||
#include "utils/utils.h"
|
||||
#include "desktop/sslcert_viewer.h"
|
||||
#include "desktop/core_window.h"
|
||||
|
||||
#include "atari/gui.h"
|
||||
#include "atari/misc.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include "netsurf/mouse.h"
|
||||
#include "netsurf/plotters.h"
|
||||
#include "desktop/cookie_manager.h"
|
||||
#include "desktop/core_window.h"
|
||||
|
||||
#include "atari/treeview.h"
|
||||
#include "atari/cookies.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include "utils/messages.h"
|
||||
#include "netsurf/mouse.h"
|
||||
#include "desktop/global_history.h"
|
||||
#include "desktop/core_window.h"
|
||||
|
||||
#include "atari/treeview.h"
|
||||
#include "atari/history.h"
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include "content/content.h"
|
||||
#include "desktop/hotlist.h"
|
||||
#include "desktop/tree.h"
|
||||
#include "desktop/core_window.h"
|
||||
#include "desktop/textinput.h"
|
||||
|
||||
#include "atari/gui.h"
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include "netsurf/plotters.h"
|
||||
#include "netsurf/mouse.h"
|
||||
#include "desktop/treeview.h"
|
||||
#include "desktop/core_window.h"
|
||||
|
||||
#include "atari/gui.h"
|
||||
#include "atari/plot/plot.h"
|
||||
|
@ -19,10 +19,11 @@
|
||||
#ifndef NSATARI_TREEVIEW_H
|
||||
#define NSATARI_TREEVIEW_H
|
||||
|
||||
#include "desktop/core_window.h"
|
||||
#include "atari/gui.h"
|
||||
#include "atari/gemtk/gemtk.h"
|
||||
|
||||
struct core_window_callback_table;
|
||||
|
||||
/**
|
||||
* Default AES Window widgets for a treeview window, can be passed to
|
||||
* atari_treeview_create as the flags parameter to have an standardized treeview
|
||||
|
Loading…
Reference in New Issue
Block a user