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/protocol.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/protocol.h')
| -rw-r--r-- | src/input_common/udp/protocol.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input_common/udp/protocol.h b/src/input_common/udp/protocol.h index 1b521860a..3ba4d1fc8 100644 --- a/src/input_common/udp/protocol.h +++ b/src/input_common/udp/protocol.h | |||
| @@ -7,7 +7,6 @@ | |||
| 7 | #include <array> | 7 | #include <array> |
| 8 | #include <optional> | 8 | #include <optional> |
| 9 | #include <type_traits> | 9 | #include <type_traits> |
| 10 | #include <vector> | ||
| 11 | #include <boost/crc.hpp> | 10 | #include <boost/crc.hpp> |
| 12 | #include "common/bit_field.h" | 11 | #include "common/bit_field.h" |
| 13 | #include "common/swap.h" | 12 | #include "common/swap.h" |