mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 17:18:53 +00: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
|
@ -2,6 +2,7 @@
|
|||
// Licensed under GPLv2+
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include <cstdio>
|
||||
#include <functional>
|
||||
#include <string>
|
||||
|
||||
|
|
|
@ -4,7 +4,11 @@
|
|||
|
||||
#include "Core/Debugger/RSO.h"
|
||||
|
||||
#include <cstddef>
|
||||
#include <list>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include "Common/CommonFuncs.h"
|
||||
#include "Common/Logging/Log.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue