summaryrefslogtreecommitdiff
path: root/desktop/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/tree.h')
-rw-r--r--desktop/tree.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/desktop/tree.h b/desktop/tree.h
index db164c013..a411437f0 100644
--- a/desktop/tree.h
+++ b/desktop/tree.h
@@ -27,9 +27,11 @@
#include <stdbool.h>
#include <stdint.h>
-#include "desktop/browser.h"
+#include "desktop/mouse.h"
struct sslcert_session_data;
+struct tree;
+struct redraw_context;
extern struct sslcert_session_data *ssl_current_session;
extern const char *tree_hotlist_path;
@@ -42,9 +44,6 @@ enum tree_flags {
TREE_HOTLIST
};
-
-struct tree;
-
typedef enum {
TREE_NO_DRAG = 0,
TREE_SELECT_DRAG,