summaryrefslogtreecommitdiffstats
path: root/main/tests/test_main.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-03-24 15:49:21 +0100
committerGitHub <noreply@github.com>2020-03-24 15:49:21 +0100
commit6bc1ae8a2c5e69145953a40782a75d52564a57e3 (patch)
tree1f730a6a7d2c7a4861009cb55b6d28103923698a /main/tests/test_main.cpp
parentebf21e2288ae8345dae4822aec7d79225112ea25 (diff)
parentcfd84625f0dbd5590e94ecf851bd7b7db5c7665b (diff)
downloadredot-engine-6bc1ae8a2c5e69145953a40782a75d52564a57e3.tar.gz
Merge pull request #37271 from akien-mga/cleanup-unused-classes
Remove unused classes and stray headers
Diffstat (limited to 'main/tests/test_main.cpp')
-rw-r--r--main/tests/test_main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/tests/test_main.cpp b/main/tests/test_main.cpp
index 2c2e6e8b45..beb955d045 100644
--- a/main/tests/test_main.cpp
+++ b/main/tests/test_main.cpp
@@ -28,8 +28,9 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
+#include "test_main.h"
+
#include "core/list.h"
-#include "core/os/main_loop.h"
#ifdef DEBUG_ENABLED