mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
ringaccount: reorder includes
Fixes problems with mingw not including inttypes.h when needed. Change-Id: Icd3e1153eac74ac74e25d2ae1d0df4dc4e655314 Reviewed-by: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
This commit is contained in:

committed by
Andreas Traczyk

parent
47586cba7e
commit
6e68677874
@ -21,12 +21,14 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#include "ringaccount.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "ringaccount.h"
|
||||
|
||||
#include "logger.h"
|
||||
|
||||
#include "accountarchive.h"
|
||||
#include "ringcontact.h"
|
||||
#include "configkeys.h"
|
||||
@ -52,7 +54,6 @@
|
||||
#include "system_codec_container.h"
|
||||
|
||||
#include "account_schema.h"
|
||||
#include "logger.h"
|
||||
#include "manager.h"
|
||||
#include "utf8_utils.h"
|
||||
|
||||
|
Reference in New Issue
Block a user