Make the audio module adhere to the correct include ordering

This commit is contained in:
Alexander Bock
2025-02-10 17:46:49 +01:00
parent 08cfe384c5
commit b93c284551

View File

@@ -27,12 +27,11 @@
#include <openspace/engine/globals.h>
#include <openspace/engine/globalscallbacks.h>
#include <ghoul/logging/logmanager.h>
#include "audiomodule_lua.inl"
#include <soloud.h>
#include <soloud_wav.h>
#include "audiomodule_lua.inl"
namespace {
constexpr std::string_view _loggerCat = "AudioModule";