Atari front end doesn't need the tree compat layer.

This commit is contained in:
Michael Drake 2016-12-28 19:17:23 +00:00
parent 96e073a297
commit 49b1b0b3a5
4 changed files with 2 additions and 4 deletions

View File

@ -31,7 +31,6 @@
#include "netsurf/keypress.h"
#include "content/content.h"
#include "desktop/hotlist.h"
#include "desktop/tree.h"
#include "atari/gui.h"
#include "atari/misc.h"
@ -43,6 +42,8 @@
extern GRECT desk_area;
const char *tree_hotlist_path;
struct atari_hotlist hl;
/* Setup Atari Treeview Callbacks: */

View File

@ -21,7 +21,6 @@
#include <stdbool.h>
#include "desktop/tree.h"
#include "atari/gemtk/gemtk.h"
#include "atari/treeview.h"

View File

@ -36,7 +36,6 @@
#include "content/content.h"
#include "content/hlcache.h"
#include "desktop/cookie_manager.h"
#include "desktop/tree.h"
#include "atari/gui.h"
#include "atari/toolbar.h"

View File

@ -37,7 +37,6 @@
#include "netsurf/keypress.h"
#include "desktop/plot_style.h"
#include "desktop/browser_history.h"
#include "desktop/tree.h"
#include "desktop/hotlist.h"
#include "desktop/textarea.h"