diff options
Diffstat (limited to 'main/tests/test_main.h')
-rw-r--r-- | main/tests/test_main.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/main/tests/test_main.h b/main/tests/test_main.h index 4d9419a4f6..729f2ca1f8 100644 --- a/main/tests/test_main.h +++ b/main/tests/test_main.h @@ -29,13 +29,10 @@ #ifndef TEST_MAIN_H #define TEST_MAIN_H -#include "ustring.h" #include "list.h" +#include "ustring.h" -const char ** tests_get_names(); -MainLoop* test_main(String p_test,const List<String>& p_args); - +const char **tests_get_names(); +MainLoop *test_main(String p_test, const List<String> &p_args); #endif - - |