remove unecessary core window header usage

This commit is contained in:
Vincent Sanders 2016-06-30 19:50:14 +01:00
parent 85d76a0e04
commit 0758af6631
6 changed files with 3 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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