mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-08 03:28:31 +03:00
Core: include what you use
Eliminates a swath of indirectly included standard headers
This commit is contained in:
parent
62041bd303
commit
b676edd80c
64 changed files with 125 additions and 5 deletions
|
@ -5,6 +5,7 @@
|
|||
#include <cstddef>
|
||||
#include <fstream>
|
||||
#include <functional>
|
||||
#include <unordered_map>
|
||||
#include <utility>
|
||||
|
||||
#include "Core/TitleDatabase.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue