diff options
| author | 2020-02-03 09:10:59 -0500 | |
|---|---|---|
| committer | 2020-02-03 09:13:40 -0500 | |
| commit | 36524465a6fb9940ab5297cef21cd2aa6de8e239 (patch) | |
| tree | b924ccc0b9352d0f2eb79737af8cffdeba851353 /src/input_common/udp/client.h | |
| parent | input_common/udp: Add missing header guard (diff) | |
| download | yuzu-36524465a6fb9940ab5297cef21cd2aa6de8e239.tar.gz yuzu-36524465a6fb9940ab5297cef21cd2aa6de8e239.tar.xz yuzu-36524465a6fb9940ab5297cef21cd2aa6de8e239.zip | |
input_common/udp: Remove unnecessary inclusions
Diffstat (limited to 'src/input_common/udp/client.h')
| -rw-r--r-- | src/input_common/udp/client.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input_common/udp/client.h b/src/input_common/udp/client.h index 0b21f4da6..b8c654755 100644 --- a/src/input_common/udp/client.h +++ b/src/input_common/udp/client.h | |||
| @@ -11,7 +11,6 @@ | |||
| 11 | #include <string> | 11 | #include <string> |
| 12 | #include <thread> | 12 | #include <thread> |
| 13 | #include <tuple> | 13 | #include <tuple> |
| 14 | #include <vector> | ||
| 15 | #include "common/common_types.h" | 14 | #include "common/common_types.h" |
| 16 | #include "common/thread.h" | 15 | #include "common/thread.h" |
| 17 | #include "common/vector_math.h" | 16 | #include "common/vector_math.h" |