1
0
Fork 0
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:
Evangelos Ribeiro Tzaras 2022-01-31 17:01:50 +01:00
parent d75d4916af
commit 5e2061da46

View file

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