mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-04 23:51:17 +00:00
ringer: Reorder headers
config.h goes first then sort alphabetically.
This commit is contained in:
parent
d75d4916af
commit
5e2061da46
1 changed files with 3 additions and 2 deletions
|
@ -23,10 +23,11 @@
|
|||
*/
|
||||
#define G_LOG_DOMAIN "CallsRinger"
|
||||
|
||||
#include "calls-ringer.h"
|
||||
#include "calls-manager.h"
|
||||
#include "config.h"
|
||||
|
||||
#include "calls-manager.h"
|
||||
#include "calls-ringer.h"
|
||||
|
||||
#include <glib/gi18n.h>
|
||||
#include <glib-object.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue