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:
philippegorley
2018-08-10 13:15:01 -04:00
committed by Andreas Traczyk
parent 47586cba7e
commit 6e68677874

View File

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