dolphin/Source/Core/Core/FifoPlayer
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
..
FifoDataFile.cpp Core: add game id to fifo logs, this makes it easier to test graphical enhancements which use the game id to load 2026-01-19 16:03:19 -06:00
FifoDataFile.h Core: add game id to fifo logs, this makes it easier to test graphical enhancements which use the game id to load 2026-01-19 16:03:19 -06:00
FifoPlayer.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
FifoPlayer.h FifoPlayer: Make functions static 2025-04-28 20:09:14 +02:00
FifoRecorder.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
FifoRecorder.h FifoRecorder: Move instance to System. 2024-01-12 15:06:06 +01:00