summaryrefslogtreecommitdiff
path: root/testing/Messenger_test.c
diff options
context:
space:
mode:
authorAnony Moose <noMail@nomail.su>2013-08-29 22:54:54 +0000
committerAnony Moose <noMail@nomail.su>2013-08-29 22:54:54 +0000
commiteb33796e58cfca4fa26b459ad5a9d013f1df4c42 (patch)
tree6c7fd1cb36376580d667719b12e85634590cd54b /testing/Messenger_test.c
parent31354d80d40270ee415b84e312f91b47bf104afe (diff)
Moved misc_tools from testing to toxcore.
Diffstat (limited to 'testing/Messenger_test.c')
-rw-r--r--testing/Messenger_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/Messenger_test.c b/testing/Messenger_test.c
index 19fd9ab7..fcfe9513 100644
--- a/testing/Messenger_test.c
+++ b/testing/Messenger_test.c
@@ -38,7 +38,7 @@
38 */ 38 */
39 39
40#include "../toxcore/Messenger.h" 40#include "../toxcore/Messenger.h"
41#include "misc_tools.h" 41#include "../toxcore/misc_tools.h"
42 42
43#ifdef WIN32 43#ifdef WIN32
44 44