summaryrefslogtreecommitdiff
path: root/auto_tests/dht_test.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-09-01 00:33:20 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-09-01 16:35:46 +0100
commit77db27331eb326615395fa59f3741424f85887bb (patch)
tree233270b558c30f9a045e30e09c2d5681c800a139 /auto_tests/dht_test.c
parentad135181531e567255c314593984d16cdb839eba (diff)
Sort #includes in all source files.
Diffstat (limited to 'auto_tests/dht_test.c')
-rw-r--r--auto_tests/dht_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_tests/dht_test.c b/auto_tests/dht_test.c
index b5d979f4..92209e7a 100644
--- a/auto_tests/dht_test.c
+++ b/auto_tests/dht_test.c
@@ -5,8 +5,8 @@
5#include <sys/param.h> 5#include <sys/param.h>
6#include <time.h> 6#include <time.h>
7 7
8#include "../toxcore/tox.h"
9#include "../toxcore/DHT.c" 8#include "../toxcore/DHT.c"
9#include "../toxcore/tox.h"
10 10
11#include "helpers.h" 11#include "helpers.h"
12 12