mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-07 12:25:31 +00:00
sip-provider: Sort includes
We want the configuration to be included first
This commit is contained in:
parent
7dc99aab13
commit
204772abbd
1 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,8 @@
|
|||
#define SIP_ACCOUNT_FILE "sip-account.cfg"
|
||||
#define CALLS_PROTOCOL_SIP_STR "sip"
|
||||
|
||||
#include "calls-config.h"
|
||||
|
||||
#include "calls-account-provider.h"
|
||||
#include "calls-message-source.h"
|
||||
#include "calls-provider.h"
|
||||
|
@ -36,7 +38,6 @@
|
|||
#include "calls-sip-origin.h"
|
||||
#include "calls-sip-provider.h"
|
||||
#include "calls-sip-util.h"
|
||||
#include "calls-config.h"
|
||||
|
||||
#include <libpeas/peas.h>
|
||||
#include <sofia-sip/nua.h>
|
||||
|
|
Loading…
Reference in a new issue