[calls] contacts-provider: Sort includes



commit bc4ed210b226a26545d28860f6142bb8405960de
Author: Evangelos Ribeiro Tzaras <devrtz fortysixandtwo eu>
Date:   Fri Dec 31 11:14:55 2021 +0100

    contacts-provider: Sort includes

 src/calls-contacts-provider.c | 6 +++---
 src/calls-contacts-provider.h | 5 ++---
 2 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/src/calls-contacts-provider.c b/src/calls-contacts-provider.c
index f89d7cc2..fbb56c0c 100644
--- a/src/calls-contacts-provider.c
+++ b/src/calls-contacts-provider.c
@@ -28,13 +28,13 @@
 # include "config.h"
 #endif
 
+#include "calls-contacts-provider.h"
+#include "calls-best-match.h"
+
 #include <gee-0.8/gee.h>
 #include <folks/folks.h>
 #include <libebook-contacts/libebook-contacts.h>
 
-#include "calls-contacts-provider.h"
-#include "calls-best-match.h"
-
 
 typedef struct
 {
diff --git a/src/calls-contacts-provider.h b/src/calls-contacts-provider.h
index 06587ce5..1dfb0bbe 100644
--- a/src/calls-contacts-provider.h
+++ b/src/calls-contacts-provider.h
@@ -27,14 +27,13 @@
 
 #pragma once
 
+#include "calls-best-match.h"
 #include "calls-settings.h"
 
-#include <glib-object.h>
 #include <folks/folks.h>
+#include <glib-object.h>
 #include <libebook-contacts/libebook-contacts.h>
 
-#include "calls-best-match.h"
-
 G_BEGIN_DECLS
 
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (GeeMap, g_object_unref)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]