diff options
| author | Lioncash <mathew1800@gmail.com> | 2016-12-11 06:11:34 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2016-12-11 06:11:37 -0500 |
| commit | 87f2a74c084c799ec3650103095dc7f4dabd9e63 (patch) | |
| tree | 4806f367321a4348d2e74780fc00fa4f65d02c0d /Source/Core/AudioCommon/AudioCommon.cpp | |
| parent | 1fa61af41329652ee92030825f9347d3d3f7ce93 (diff) | |
AudioCommon: Remove unnecessary headers
Now AudioCommon code won't need to be recompiled if the TAS movie header
is ever modified.
Diffstat (limited to 'Source/Core/AudioCommon/AudioCommon.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/AudioCommon.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/AudioCommon/AudioCommon.cpp b/Source/Core/AudioCommon/AudioCommon.cpp index 642051f166..0d0309a5c0 100644 --- a/Source/Core/AudioCommon/AudioCommon.cpp +++ b/Source/Core/AudioCommon/AudioCommon.cpp @@ -16,9 +16,7 @@ #include "Common/Common.h" #include "Common/FileUtil.h" #include "Common/Logging/Log.h" -#include "Common/MsgHandler.h" #include "Core/ConfigManager.h" -#include "Core/Movie.h" // This shouldn't be a global, at least not here. std::unique_ptr<SoundStream> g_sound_stream; |
