mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-18 05:17:56 -05:00
input_common/udp: Remove unnecessary inclusions
This commit is contained in:
@ -5,14 +5,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include <unordered_map>
|
||||
#include "input_common/main.h"
|
||||
#include "input_common/udp/client.h"
|
||||
|
||||
namespace InputCommon::CemuhookUDP {
|
||||
|
||||
class UDPTouchDevice;
|
||||
class UDPMotionDevice;
|
||||
class Client;
|
||||
|
||||
class State {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user