dolphin/Source/Core/Core/IOS
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
..
Crypto Remove unused imports 2026-01-25 16:12:15 +01:00
DI Remove unused imports 2026-01-25 16:12:15 +01:00
ES Remove unused imports 2026-01-25 16:12:15 +01:00
FS Common: Replace Result with C++23's std::expected. 2026-01-17 16:58:45 -06:00
Network Remove unused imports 2026-01-25 16:12:15 +01:00
SDIO Remove unused imports 2026-01-25 16:12:15 +01:00
STM Remove unused imports 2026-01-25 16:12:15 +01:00
USB Remove unused imports 2026-01-25 16:12:15 +01:00
WFS c++23: Replace Common::ToUnderlying with std::to_underlying 2026-01-09 23:49:10 +01:00
Device.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
Device.h USB: Add emulated Logitech USB Microphone 2025-11-25 10:40:30 +11:00
DeviceStub.cpp
DeviceStub.h Remove unused imports 2026-01-25 16:12:15 +01:00
DolphinDevice.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
DolphinDevice.h
IOS.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
IOS.h Remove unused imports 2026-01-25 16:12:15 +01:00
IOSC.cpp
IOSC.h
MIOS.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
MIOS.h
Uids.h
VersionInfo.cpp
VersionInfo.h