aboutsummaryrefslogtreecommitdiffstats
path: root/src/Main.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Main.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Main.hxx b/src/Main.hxx
index b2768600c..e403d5669 100644
--- a/src/Main.hxx
+++ b/src/Main.hxx
@@ -23,14 +23,13 @@
#include <glib.h>
class EventLoop;
+struct Instance;
extern GThread *main_task;
extern EventLoop *main_loop;
-extern class ClientList *client_list;
-
-extern struct Partition *global_partition;
+extern Instance *instance;
/**
* A entry point for application.