summaryrefslogtreecommitdiff
path: root/AK/Tests/TestQueue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'AK/Tests/TestQueue.cpp')
-rw-r--r--AK/Tests/TestQueue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/AK/Tests/TestQueue.cpp b/AK/Tests/TestQueue.cpp
index 4ddaba9511..0142324ec2 100644
--- a/AK/Tests/TestQueue.cpp
+++ b/AK/Tests/TestQueue.cpp
@@ -26,8 +26,8 @@
#include <AK/TestSuite.h>
-#include <AK/String.h>
#include <AK/Queue.h>
+#include <AK/String.h>
TEST_CASE(construct)
{