Moves the include into the cpp file to lessen header dependencies.
@ -3,6 +3,7 @@
#include "audio_core/audio_manager.h"
#include "core/core.h"
#include "core/hle/service/audio/errors.h"
namespace AudioCore {
@ -10,7 +10,8 @@
#include <thread>
#include "audio_core/audio_event.h"
union Result;