diff options
| author | german77 <juangerman-13@hotmail.com> | 2021-11-04 19:05:58 -0600 |
|---|---|---|
| committer | Narr the Reg <juangerman-13@hotmail.com> | 2021-11-24 20:30:27 -0600 |
| commit | e7eee36d52259321b938c350cb37a3b115953229 (patch) | |
| tree | 8ca3f8f69829f6e5e80311ecf7224455c1a11107 /src/core/hid/emulated_console.cpp | |
| parent | 690013b342e6d9a9561017b2e94f42acfde25147 (diff) | |
service/hid: Remove includes of core.h and settings.h
Diffstat (limited to 'src/core/hid/emulated_console.cpp')
| -rw-r--r-- | src/core/hid/emulated_console.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hid/emulated_console.cpp b/src/core/hid/emulated_console.cpp index b51c72eae..864481f52 100644 --- a/src/core/hid/emulated_console.cpp +++ b/src/core/hid/emulated_console.cpp @@ -2,6 +2,7 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included +#include "common/settings.h" #include "core/hid/emulated_console.h" #include "core/hid/input_converter.h" |
