1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-30 15:49:31 +00:00

contacts-provider: Sort includes

This commit is contained in:
Evangelos Ribeiro Tzaras 2021-12-31 11:14:55 +01:00
parent 7632b5b682
commit bc4ed210b2
2 changed files with 5 additions and 6 deletions

View file

@ -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
{

View file

@ -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)