aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/Sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/Sound.h')
-rw-r--r--src/crepe/Sound.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/crepe/Sound.h b/src/crepe/Sound.h
index b7cfbb8..917b57e 100644
--- a/src/crepe/Sound.h
+++ b/src/crepe/Sound.h
@@ -1,10 +1,9 @@
#pragma once
+#include <memory>
#include <soloud/soloud.h>
#include <soloud/soloud_wav.h>
-#include <memory>
-
#include "Asset.h"
namespace crepe {