Clean up Tomboy's code
[tilda-gobject.git] / tilda.h
diff --git a/tilda.h b/tilda.h
index 77dbe53..d634833 100644 (file)
--- a/tilda.h
+++ b/tilda.h
@@ -1,12 +1,20 @@
 #ifndef TILDA_H
 #define TILDA_H
 
+#include <glib.h>
+#include <gtk/gtk.h>
+#include <vte/vte.h>
 #include <dbus/dbus-glib-bindings.h>
 
+#include "debug.h"
+#include "translation.h"
+
+// FIXME: remove when the project is autoconfed
+#define TILDA_VERSION "0.10.0pre"
+
 /* Project-global variables */
-extern DBusGConnection *dbus_connection;
+DBusGConnection *dbus_connection;
 
 #endif /* TILDA_H */
 
 /* vim: set ts=4 sts=4 sw=4 noet tw=112: */
-