From 77db27331eb326615395fa59f3741424f85887bb Mon Sep 17 00:00:00 2001 From: iphydf Date: Thu, 1 Sep 2016 00:33:20 +0100 Subject: Sort #includes in all source files. --- auto_tests/encryptsave_test.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'auto_tests/encryptsave_test.c') diff --git a/auto_tests/encryptsave_test.c b/auto_tests/encryptsave_test.c index d27f7d6b..99a5792e 100644 --- a/auto_tests/encryptsave_test.c +++ b/auto_tests/encryptsave_test.c @@ -2,19 +2,19 @@ #include "config.h" #endif -#include -#include -#include #include +#include #include +#include +#include #include #include "helpers.h" #include "../toxcore/tox.h" -#include "../toxencryptsave/toxencryptsave.h" #include "../toxcore/crypto_core.h" +#include "../toxencryptsave/toxencryptsave.h" #ifdef VANILLA_NACL #include "../toxencryptsave/crypto_pwhash_scryptsalsa208sha256/crypto_pwhash_scryptsalsa208sha256.h" #endif -- cgit v1.2.3