[calls] notifier: Sort include headers
- From: Evangelos Ribeiro Tzaras <devrtz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [calls] notifier: Sort include headers
- Date: Tue, 1 Feb 2022 05:50:57 +0000 (UTC)
commit 25c2d5b104c3dd11818a43ec21a4242340658e4f
Author: Evangelos Ribeiro Tzaras <devrtz fortysixandtwo eu>
Date: Mon Jan 31 19:24:30 2022 +0100
notifier: Sort include headers
src/calls-notifier.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/calls-notifier.c b/src/calls-notifier.c
index a6b582ab..42e3c90a 100644
--- a/src/calls-notifier.c
+++ b/src/calls-notifier.c
@@ -24,10 +24,11 @@
#define G_LOG_DOMAIN "CallsNotifier"
-#include "calls-notifier.h"
-#include "calls-manager.h"
#include "config.h"
+#include "calls-manager.h"
+#include "calls-notifier.h"
+
#include <glib/gi18n.h>
#include <glib-object.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]