summaryrefslogtreecommitdiff
path: root/auto_tests
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests')
-rw-r--r--auto_tests/crypto_test.c2
-rw-r--r--auto_tests/messenger_test.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/auto_tests/crypto_test.c b/auto_tests/crypto_test.c
index ff8ab41d..f39ee8d4 100644
--- a/auto_tests/crypto_test.c
+++ b/auto_tests/crypto_test.c
@@ -2,13 +2,13 @@
2#include "config.h" 2#include "config.h"
3#endif 3#endif
4 4
5#include "../toxcore/net_crypto.h"
5#include <check.h> 6#include <check.h>
6#include <stdint.h> 7#include <stdint.h>
7#include <stdlib.h> 8#include <stdlib.h>
8#include <string.h> 9#include <string.h>
9#include <sys/types.h> 10#include <sys/types.h>
10#include <time.h> 11#include <time.h>
11#include "../toxcore/net_crypto.h"
12 12
13#include "helpers.h" 13#include "helpers.h"
14 14
diff --git a/auto_tests/messenger_test.c b/auto_tests/messenger_test.c
index f7dc92d5..8f904ed1 100644
--- a/auto_tests/messenger_test.c
+++ b/auto_tests/messenger_test.c
@@ -14,12 +14,12 @@
14#include "config.h" 14#include "config.h"
15#endif 15#endif
16 16
17#include "../testing/misc_tools.c" // hex_string_to_bin
18#include "../toxcore/Messenger.h"
17#include <check.h> 19#include <check.h>
18#include <stdint.h> 20#include <stdint.h>
19#include <string.h> 21#include <string.h>
20#include <sys/types.h> 22#include <sys/types.h>
21#include "../testing/misc_tools.c" // hex_string_to_bin
22#include "../toxcore/Messenger.h"
23 23
24#include "helpers.h" 24#include "helpers.h"
25 25