]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-new-call-dialog.c
Reorder header inclusions accordingly to the Telepathy coding style
[empathy.git] / libempathy-gtk / empathy-new-call-dialog.c
index 7a76750cd57c14b8a907b2fe6c2dfcaf3037581b..7dda2f9e87ede95bf17c6574be06966a7630e0e9 100644 (file)
  */
 
 #include "config.h"
+#include "empathy-new-call-dialog.h"
 
 #include <glib/gi18n-lib.h>
 
-#include "libempathy/empathy-camera-monitor.h"
-#include "libempathy/empathy-utils.h"
-
-#define DEBUG_FLAG EMPATHY_DEBUG_CONTACT
-#include "libempathy/empathy-debug.h"
-
+#include "empathy-call-utils.h"
+#include "empathy-camera-monitor.h"
 #include "empathy-contact-chooser.h"
-#include "empathy-ui-utils.h"
 #include "empathy-images.h"
+#include "empathy-ui-utils.h"
+#include "empathy-utils.h"
 
-#include "empathy-new-call-dialog.h"
-#include "empathy-call-utils.h"
+#define DEBUG_FLAG EMPATHY_DEBUG_CONTACT
+#include "empathy-debug.h"
 
 static EmpathyNewCallDialog *dialog_singleton = NULL;