]> git.0d.be Git - empathy.git/blobdiff - src/empathy-notifications-approver.c
Reorder header inclusions accordingly to the Telepathy coding style
[empathy.git] / src / empathy-notifications-approver.c
index 7e06da1b7a69bd0d543f9d754dfc06a61c9a41e5..fb36f2ac34b19d3b7e2ef6cd26211bdfe122c6f7 100644 (file)
  */
 
 #include "config.h"
+#include "empathy-notifications-approver.h"
 
 #include <glib/gi18n.h>
 
-#include "empathy-notify-manager.h"
 #include "empathy-call-utils.h"
-
 #include "empathy-event-manager.h"
+#include "empathy-notify-manager.h"
 
 #define DEBUG_FLAG EMPATHY_DEBUG_OTHER
 #include "empathy-debug.h"
 
-#include "empathy-notifications-approver.h"
-
 struct _EmpathyNotificationsApproverPrivate
 {
   EmpathyEventManager *event_mgr;