aboutsummaryrefslogtreecommitdiff
path: root/src/example/audio_internal.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-05 16:14:32 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-05 16:14:32 +0100
commit5b248d068a94902be9ca4d00fe07d551f64c49b9 (patch)
treeb4a68b85c2298cb93d53010e09f09ca44c29a2cf /src/example/audio_internal.cpp
parentb770475741b7c33d57331f3139c55a3f237ad274 (diff)
`make format`
Diffstat (limited to 'src/example/audio_internal.cpp')
-rw-r--r--src/example/audio_internal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/example/audio_internal.cpp b/src/example/audio_internal.cpp
index 0b36daa..1ea839d 100644
--- a/src/example/audio_internal.cpp
+++ b/src/example/audio_internal.cpp
@@ -3,8 +3,8 @@
* Standalone example for usage of the internal \c Sound class.
*/
-#include <crepe/facade/Sound.h>
#include <crepe/api/Config.h>
+#include <crepe/facade/Sound.h>
#include <crepe/util/log.h>
#include <thread>