aboutsummaryrefslogtreecommitdiff
path: root/test/audio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/audio.cpp')
-rw-r--r--test/audio.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/audio.cpp b/test/audio.cpp
index a415919..47c5e84 100644
--- a/test/audio.cpp
+++ b/test/audio.cpp
@@ -1,8 +1,8 @@
#include <gtest/gtest.h>
#include <memory>
-#include <crepe/api/Resource.h>
#include <crepe/api/AudioSource.h>
+#include <crepe/api/Resource.h>
#include <chrono>
#include <thread>
@@ -26,4 +26,3 @@ TEST(audio, play) {
ASSERT_TRUE(true);
}
-