]> git.0d.be Git - empathy.git/blobdiff - src/empathy-event-manager.c
Use double quotes for all internal headers
[empathy.git] / src / empathy-event-manager.c
index f652c2164bb9d7a6f72a5074f5546bcd43edd862..f95e76bafaf004c0e451591550f5342aee7f785f 100644 (file)
 
 #include <glib/gi18n.h>
 
-#include <libempathy/empathy-presence-manager.h>
-#include <libempathy/empathy-connection-aggregator.h>
-#include <libempathy/empathy-tp-chat.h>
-#include <libempathy/empathy-utils.h>
-#include <libempathy/empathy-gsettings.h>
-#include <libempathy/empathy-sasl-mechanisms.h>
-
-#include <libempathy-gtk/empathy-images.h>
-#include <libempathy-gtk/empathy-sound-manager.h>
-#include <libempathy-gtk/empathy-ui-utils.h>
-#include <libempathy-gtk/empathy-call-utils.h>
-#include <libempathy-gtk/empathy-subscription-dialog.h>
+#include "libempathy/empathy-presence-manager.h"
+#include "libempathy/empathy-connection-aggregator.h"
+#include "libempathy/empathy-tp-chat.h"
+#include "libempathy/empathy-utils.h"
+#include "libempathy/empathy-gsettings.h"
+#include "libempathy/empathy-sasl-mechanisms.h"
+
+#include "libempathy-gtk/empathy-images.h"
+#include "libempathy-gtk/empathy-sound-manager.h"
+#include "libempathy-gtk/empathy-ui-utils.h"
+#include "libempathy-gtk/empathy-call-utils.h"
+#include "libempathy-gtk/empathy-subscription-dialog.h"
 
 #include "empathy-event-manager.h"
 
 #define DEBUG_FLAG EMPATHY_DEBUG_DISPATCHER
-#include <libempathy/empathy-debug.h>
+#include "libempathy/empathy-debug.h"
 
 #define GET_PRIV(obj) EMPATHY_GET_PRIV (obj, EmpathyEventManager)