]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-presence-manager.h
Clean up #include directives in headers
[empathy.git] / libempathy / empathy-presence-manager.h
index 05ce5c6ad76456414347b4a38932b6748dd9e7f4..f616647ad2d1a62c251ad06e4f9783851f0dc670 100644 (file)
@@ -22,9 +22,7 @@
 #define __EMPATHY_PRESENCE_MANAGER_H__
 
 #include <glib.h>
-
-#include <telepathy-glib/account.h>
-#include <telepathy-glib/enums.h>
+#include <telepathy-glib/telepathy-glib.h>
 
 G_BEGIN_DECLS
 
@@ -37,10 +35,11 @@ G_BEGIN_DECLS
 
 typedef struct _EmpathyPresenceManager      EmpathyPresenceManager;
 typedef struct _EmpathyPresenceManagerClass EmpathyPresenceManagerClass;
+typedef struct _EmpathyPresenceManagerPrivate EmpathyPresenceManagerPrivate;
 
 struct _EmpathyPresenceManager {
   GObject parent;
-  gpointer priv;
+  EmpathyPresenceManagerPrivate *priv;
 };
 
 struct _EmpathyPresenceManagerClass