summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kříž <Daniel.kriz@protonmail.com>2021-04-10 19:52:46 +0200
committerDaniel Kříž <Daniel.kriz@protonmail.com>2021-04-10 20:09:15 +0200
commitb9ccdd2bbd0f61bee0d46465a235be87b4c282c1 (patch)
tree38f2cc560062edb20c50774787563f7d0bd42952
parent13c999d9d75887ecacd1a7348ad0267131252b13 (diff)
Fix includes in test_command_queue.h
-rw-r--r--tests/test_command_queue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_command_queue.h b/tests/test_command_queue.h
index b4fa63ad2b..2f0f62f5c8 100644
--- a/tests/test_command_queue.h
+++ b/tests/test_command_queue.h
@@ -31,14 +31,14 @@
#ifndef TEST_COMMAND_QUEUE_H
#define TEST_COMMAND_QUEUE_H
-#include "test_command_queue.h"
-
#include "core/config/project_settings.h"
+#include "core/math/random_number_generator.h"
#include "core/os/mutex.h"
#include "core/os/os.h"
#include "core/os/semaphore.h"
#include "core/os/thread.h"
#include "core/templates/command_queue_mt.h"
+#include "test_macros.h"
#if !defined(NO_THREADS)