mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Make the audio module adhere to the correct include ordering
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user