mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-28 14:02:38 +00:00
NetPlayClient: Remove unnecessary includes
Replace with needed ones
This commit is contained in:
parent
c822afb2cb
commit
d9f87b8030
2 changed files with 4 additions and 6 deletions
|
@ -7,9 +7,9 @@
|
|||
#include <atomic>
|
||||
#include <map>
|
||||
#include <mutex>
|
||||
#include <queue>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
#include <thread>
|
||||
#include <vector>
|
||||
#include <SFML/Network/Packet.hpp>
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Common/FifoQueue.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue