dolphin/Source/Core/AudioCommon
Martino Fontana a14c88ba67 Remove unused imports
Yellow squiggly lines begone!
Done automatically on .cpp files through `run-clang-tidy`, with manual corrections to the mistakes.
If an import is directly used, but is technically unnecessary since it's recursively imported by something else, it is *not* removed.
The tool doesn't touch .h files, so I did some of them by hand while fixing errors due to old recursive imports.
Not everything is removed, but the cleanup should be substantial enough.
Because this done on Linux, code that isn't used on it is mostly untouched.
(Hopefully no open PR is depending on these imports...)
2026-01-25 16:12:15 +01:00
..
AlsaSoundStream.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
AlsaSoundStream.h AudioCommon: Re-add missing includes 2025-06-08 11:35:02 +02:00
AudioCommon.cpp Merge pull request #13727 from JoshuaVandaele/fmt-11.2.0-localtime-deprec 2025-06-08 04:04:37 +01:00
AudioCommon.h AudioCommon: Remove unused includes 2025-05-25 10:30:41 +02:00
CMakeLists.txt AudioCommon: Added Granular Synthesis 2025-03-14 01:22:35 -05:00
CubebStream.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
CubebStream.h Remove unused imports 2026-01-25 16:12:15 +01:00
CubebUtils.cpp CubebUtils: Add COM helper class 2025-05-07 20:33:22 +04:00
CubebUtils.h CubebUtils: Add COM helper class 2025-05-07 20:33:22 +04:00
Enums.h AudioPanel: Refactor to use Config system. Some options were changed to a different format, for easier compatibility. 2025-03-26 12:26:01 -07:00
Mixer.cpp Merge pull request #13725 from Sam-Belliveau/more-consistent-looping 2025-08-05 20:02:58 -04:00
Mixer.h Merge pull request #13725 from Sam-Belliveau/more-consistent-looping 2025-08-05 20:02:58 -04:00
NullSoundStream.cpp AudioCommon/Mixer: Skip sample processing when NullSoundStream is being used. 2025-07-23 17:53:21 -05:00
NullSoundStream.h
OpenALStream.cpp AudioCommon: Remove unused qualifiers and make variables constant 2025-05-30 21:48:38 +02:00
OpenALStream.h Remove unused imports 2026-01-25 16:12:15 +01:00
OpenSLESStream.cpp Android: Ask system for optimal audio buffer size and sample rate 2025-05-25 11:59:33 +02:00
OpenSLESStream.h Android: Ask system for optimal audio buffer size and sample rate 2025-05-25 11:59:33 +02:00
PulseAudioStream.cpp
PulseAudioStream.h AudioCommon: Remove unused includes 2025-05-25 10:30:41 +02:00
SoundStream.h
SurroundDecoder.cpp AudioCommon: Remove unused qualifiers and make variables constant 2025-05-30 21:48:38 +02:00
SurroundDecoder.h Common: Move FixedSizeQueue into Common namespace 2023-03-22 01:23:15 -04:00
WASAPIStream.cpp AudioCommon / VideoBackends / WinUpdater - cleanup WRL code 2025-11-22 01:23:39 +01:00
WASAPIStream.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
WaveFile.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
WaveFile.h WaveFile: Add m_ prefix to member variables 2025-06-01 11:41:09 -07:00