diff options
author | german77 <juangerman-13@hotmail.com> | 2021-09-20 20:53:04 -0500 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2021-11-24 20:30:24 -0600 |
commit | e14ae06391ac724e4be4557df0568846687a3662 (patch) | |
tree | 3db695f4e13214aa638c182e66f94f156b8f5115 /src/yuzu_cmd/config.cpp | |
parent | 1b82d5bb4f9440603e7af0af6abed7968aef37e4 (diff) |
core: Update input interpreter
Diffstat (limited to 'src/yuzu_cmd/config.cpp')
-rw-r--r-- | src/yuzu_cmd/config.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu_cmd/config.cpp b/src/yuzu_cmd/config.cpp index 33241ea98..103a12b12 100644 --- a/src/yuzu_cmd/config.cpp +++ b/src/yuzu_cmd/config.cpp @@ -24,7 +24,6 @@ #include "common/settings.h" #include "core/hle/service/acc/profile_manager.h" #include "input_common/main.h" -#include "input_common/udp/client.h" #include "yuzu_cmd/config.h" #include "yuzu_cmd/default_ini.h" |