aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-06-26 22:29:08 +0800
committerXavier Claessens <xclaesse@gmail.com>2009-06-26 23:40:10 +0800
commit147ab96a53207b846da9fb7126ebbefc84fe0b55 (patch)
tree0f6500d3c4833935f03002a1baeaf3325393d0ab /src
parentbef0b0057e4a76924b64c2c3b1d5e2edc237fbe2 (diff)
downloadgsoc2013-empathy-147ab96a53207b846da9fb7126ebbefc84fe0b55.tar
gsoc2013-empathy-147ab96a53207b846da9fb7126ebbefc84fe0b55.tar.gz
gsoc2013-empathy-147ab96a53207b846da9fb7126ebbefc84fe0b55.tar.bz2
gsoc2013-empathy-147ab96a53207b846da9fb7126ebbefc84fe0b55.tar.lz
gsoc2013-empathy-147ab96a53207b846da9fb7126ebbefc84fe0b55.tar.xz
gsoc2013-empathy-147ab96a53207b846da9fb7126ebbefc84fe0b55.tar.zst
gsoc2013-empathy-147ab96a53207b846da9fb7126ebbefc84fe0b55.zip
Include empathy-sound.h to make it build
Diffstat (limited to 'src')
-rw-r--r--src/empathy-chat-window.c1
-rw-r--r--src/empathy-main-window.c11
2 files changed, 7 insertions, 5 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index 898897b5f..424d148ac 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -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"
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index e92817a0b..0da037beb 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -37,16 +37,17 @@
#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>