diff options
| author | 2022-03-19 01:01:08 -0400 | |
|---|---|---|
| committer | 2022-03-20 02:25:09 -0400 | |
| commit | 967ed01fcf3f3ac4ca0622d1b0050ed317083d36 (patch) | |
| tree | b191cd2c41951bae2f247e4472bd77eb41daea1b | |
| parent | shader_recompiler: Reduce unused includes (diff) | |
| download | yuzu-967ed01fcf3f3ac4ca0622d1b0050ed317083d36.tar.gz yuzu-967ed01fcf3f3ac4ca0622d1b0050ed317083d36.tar.xz yuzu-967ed01fcf3f3ac4ca0622d1b0050ed317083d36.zip | |
input_common: Reduce unused includes
Diffstat (limited to '')
| -rw-r--r-- | src/input_common/drivers/gc_adapter.h | 1 | ||||
| -rw-r--r-- | src/input_common/helpers/udp_protocol.h | 1 | ||||
| -rw-r--r-- | src/input_common/input_engine.cpp | 1 | ||||
| -rw-r--r-- | src/input_common/main.cpp | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/input_common/drivers/gc_adapter.h b/src/input_common/drivers/gc_adapter.h index 7ce1912a3..43ad58c85 100644 --- a/src/input_common/drivers/gc_adapter.h +++ b/src/input_common/drivers/gc_adapter.h | |||
| @@ -6,7 +6,6 @@ | |||
| 6 | 6 | ||
| 7 | #include <array> | 7 | #include <array> |
| 8 | #include <memory> | 8 | #include <memory> |
| 9 | #include <mutex> | ||
| 10 | #include <stop_token> | 9 | #include <stop_token> |
| 11 | #include <string> | 10 | #include <string> |
| 12 | #include <thread> | 11 | #include <thread> |
diff --git a/src/input_common/helpers/udp_protocol.h b/src/input_common/helpers/udp_protocol.h index 2d5d54ddb..9c205e944 100644 --- a/src/input_common/helpers/udp_protocol.h +++ b/src/input_common/helpers/udp_protocol.h | |||
| @@ -10,7 +10,6 @@ | |||
| 10 | 10 | ||
| 11 | #include <boost/crc.hpp> | 11 | #include <boost/crc.hpp> |
| 12 | 12 | ||
| 13 | #include "common/bit_field.h" | ||
| 14 | #include "common/swap.h" | 13 | #include "common/swap.h" |
| 15 | 14 | ||
| 16 | namespace InputCommon::CemuhookUDP { | 15 | namespace InputCommon::CemuhookUDP { |
diff --git a/src/input_common/input_engine.cpp b/src/input_common/input_engine.cpp index 7adf7e3d7..738022ece 100644 --- a/src/input_common/input_engine.cpp +++ b/src/input_common/input_engine.cpp | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | // Refer to the license.txt file included | 3 | // Refer to the license.txt file included |
| 4 | 4 | ||
| 5 | #include "common/logging/log.h" | 5 | #include "common/logging/log.h" |
| 6 | #include "common/param_package.h" | ||
| 7 | #include "input_common/input_engine.h" | 6 | #include "input_common/input_engine.h" |
| 8 | 7 | ||
| 9 | namespace InputCommon { | 8 | namespace InputCommon { |
diff --git a/src/input_common/main.cpp b/src/input_common/main.cpp index a4d7ed645..28769c6d8 100644 --- a/src/input_common/main.cpp +++ b/src/input_common/main.cpp | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #include <memory> | 5 | #include <memory> |
| 6 | #include <thread> | ||
| 7 | #include "common/input.h" | 6 | #include "common/input.h" |
| 8 | #include "common/param_package.h" | 7 | #include "common/param_package.h" |
| 9 | #include "input_common/drivers/gc_adapter.h" | 8 | #include "input_common/drivers/gc_adapter.h" |