diff options
| author | OatmealDome <OatmealDome@users.noreply.github.com> | 2026-01-25 20:28:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-25 20:28:56 -0500 |
| commit | 5bedfe7732360301dfc46021482fadc51952d543 (patch) | |
| tree | 4263ea748b1b70960a1e28ae89cd26a361be4faf /Source/Core/AudioCommon/WaveFile.cpp | |
| parent | cdbea8867df3d0a6fc375e78726dae95612fb1fd (diff) | |
| parent | a14c88ba67a51b0a563a5fc800cd089e82ffacaf (diff) | |
Merge pull request #14304 from SuperSamus/header-cleanup
Remove unused imports
Diffstat (limited to 'Source/Core/AudioCommon/WaveFile.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/WaveFile.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/WaveFile.cpp b/Source/Core/AudioCommon/WaveFile.cpp index 89cdced4de..042b9d7a7f 100644 --- a/Source/Core/AudioCommon/WaveFile.cpp +++ b/Source/Core/AudioCommon/WaveFile.cpp @@ -16,7 +16,6 @@ #include "Common/StringUtil.h" #include "Common/Swap.h" #include "Core/Config/MainSettings.h" -#include "Core/ConfigManager.h" constexpr size_t WaveFileWriter::BUFFER_SIZE; |
