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. --- toxencryptsave/toxencryptsave.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'toxencryptsave/toxencryptsave.c') diff --git a/toxencryptsave/toxencryptsave.c b/toxencryptsave/toxencryptsave.c index e62e2283..bcbe9518 100644 --- a/toxencryptsave/toxencryptsave.c +++ b/toxencryptsave/toxencryptsave.c @@ -25,14 +25,14 @@ #include "config.h" #endif -#include "toxencryptsave.h" -#include "defines.h" #include "../toxcore/crypto_core.h" +#include "defines.h" +#include "toxencryptsave.h" #define SET_ERROR_PARAMETER(param, x) {if(param) {*param = x;}} #ifdef VANILLA_NACL -#include "crypto_pwhash_scryptsalsa208sha256/crypto_pwhash_scryptsalsa208sha256.h" #include +#include "crypto_pwhash_scryptsalsa208sha256/crypto_pwhash_scryptsalsa208sha256.h" #endif #if TOX_PASS_SALT_LENGTH != crypto_pwhash_scryptsalsa208sha256_SALTBYTES -- cgit v1.2.3