]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-chat.h
Use a flat namespace for internal includes
[empathy.git] / libempathy-gtk / empathy-chat.h
index 00da3d64156241c66bec69e2cf366125560670e9..cbd69a343720e5bbebfdf41fff4c1d793e38aa46 100644 (file)
 
 #include <gtk/gtk.h>
 
-#include <libempathy/empathy-contact.h>
-#include <libempathy/empathy-message.h>
-#include <libempathy/empathy-tp-chat.h>
+#include "empathy-contact.h"
+#include "empathy-tp-chat.h"
 
-#include "empathy-chat-view.h"
+#include "empathy-theme-adium.h"
 
 G_BEGIN_DECLS
 
@@ -54,7 +53,7 @@ struct _EmpathyChat {
        EmpathyChatPriv *priv;
 
        /* Protected */
-       EmpathyChatView *view;
+       EmpathyThemeAdium *view;
        GtkWidget       *input_text_view;
 };