]> git.0d.be Git - empathy.git/commitdiff
Include empathy-sound.h to make it build
authorXavier Claessens <xclaesse@gmail.com>
Fri, 26 Jun 2009 14:29:08 +0000 (16:29 +0200)
committerXavier Claessens <xclaesse@gmail.com>
Fri, 26 Jun 2009 15:40:10 +0000 (17:40 +0200)
src/empathy-chat-window.c
src/empathy-main-window.c

index 898897b5fee565417b198d4ebee782d2f20377ee..424d148ac1ce6aca564157b90c6552f5e22da044 100644 (file)
@@ -50,6 +50,7 @@
 #include <libempathy-gtk/empathy-log-window.h>
 #include <libempathy-gtk/empathy-geometry.h>
 #include <libempathy-gtk/empathy-smiley-manager.h>
+#include <libempathy-gtk/empathy-sound.h>
 #include <libempathy-gtk/empathy-ui-utils.h>
 
 #include "empathy-chat-window.h"
index e92817a0be4910b3845e5b5a754a6e5a18d84b14..0da037beb556d1e981453c17db5427f3cb329496 100644 (file)
 #include <libempathy/empathy-contact-manager.h>
 #include <libempathy/empathy-status-presets.h>
 
+#include <libempathy-gtk/empathy-conf.h>
 #include <libempathy-gtk/empathy-contact-dialogs.h>
 #include <libempathy-gtk/empathy-contact-list-store.h>
 #include <libempathy-gtk/empathy-contact-list-view.h>
-#include <libempathy-gtk/empathy-presence-chooser.h>
-#include <libempathy-gtk/empathy-ui-utils.h>
 #include <libempathy-gtk/empathy-geometry.h>
-#include <libempathy-gtk/empathy-conf.h>
-#include <libempathy-gtk/empathy-log-window.h>
-#include <libempathy-gtk/empathy-new-message-dialog.h>
 #include <libempathy-gtk/empathy-gtk-enum-types.h>
+#include <libempathy-gtk/empathy-new-message-dialog.h>
+#include <libempathy-gtk/empathy-log-window.h>
+#include <libempathy-gtk/empathy-presence-chooser.h>
+#include <libempathy-gtk/empathy-sound.h>
+#include <libempathy-gtk/empathy-ui-utils.h>
 
 #include <libmissioncontrol/mission-control.h>