mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-12 19:19:44 +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
|
@ -3,9 +3,15 @@
|
|||
// Refer to the license.txt file included.
|
||||
|
||||
#include "Core/NetPlayServer.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
#include <string>
|
||||
#include <thread>
|
||||
#include <unordered_set>
|
||||
#include <vector>
|
||||
|
||||
#include "Common/Common.h"
|
||||
#include "Common/ENetUtil.h"
|
||||
#include "Common/FileUtil.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue