mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-13 16:07:36 +00:00
contacts-provider: Sort includes
This commit is contained in:
parent
7632b5b682
commit
bc4ed210b2
2 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue