mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +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,11 +3,16 @@
|
|||
// Refer to the license.txt file included.
|
||||
|
||||
#include "Core/NetPlayClient.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <fstream>
|
||||
#include <mbedtls/md5.h>
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
#include <sstream>
|
||||
#include <thread>
|
||||
|
||||
#include <mbedtls/md5.h>
|
||||
|
||||
#include "Common/Common.h"
|
||||
#include "Common/CommonPaths.h"
|
||||
#include "Common/CommonTypes.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue