Fix compilation
This commit is contained in:
parent
7362fe48ac
commit
4c2c27046d
@ -4,7 +4,6 @@
|
||||
|
||||
#include <mutex>
|
||||
#include <tuple>
|
||||
|
||||
#include "common/param_package.h"
|
||||
#include "core/frontend/input.h"
|
||||
#include "core/settings.h"
|
||||
|
@ -5,11 +5,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include "input_common/udp/client.h"
|
||||
|
||||
namespace InputCommon::CemuhookUDP {
|
||||
|
||||
class Client;
|
||||
|
||||
class State {
|
||||
public:
|
||||
State();
|
||||
|
Loading…
Reference in New Issue
Block a user