aboutsummaryrefslogtreecommitdiff
path: root/main/tests/test_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/tests/test_string.h')
-rw-r--r--main/tests/test_string.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/main/tests/test_string.h b/main/tests/test_string.h
index 12df7f126..c8116a0c5 100644
--- a/main/tests/test_string.h
+++ b/main/tests/test_string.h
@@ -29,16 +29,12 @@
#ifndef TEST_STRING_H
#define TEST_STRING_H
-#include "ustring.h"
#include "os/main_loop.h"
+#include "ustring.h"
namespace TestString {
-MainLoop* test();
-
+MainLoop *test();
}
-
#endif
-
-