diff options
| author | 2020-02-03 11:41:04 -0500 | |
|---|---|---|
| committer | 2020-02-03 11:41:04 -0500 | |
| commit | 2cd51fc9fd11cce6aeea44dc0158f6bfde5456ec (patch) | |
| tree | dfd9cc0b10283da66259842b584e920697d6196b /src/input_common/udp/protocol.h | |
| parent | Merge pull request #3370 from ReinUsesLisp/node-shared-ptr (diff) | |
| parent | input_common/udp: Ensure that UDP is shut down within Shutdown() (diff) | |
| download | yuzu-2cd51fc9fd11cce6aeea44dc0158f6bfde5456ec.tar.gz yuzu-2cd51fc9fd11cce6aeea44dc0158f6bfde5456ec.tar.xz yuzu-2cd51fc9fd11cce6aeea44dc0158f6bfde5456ec.zip | |
Merge pull request #3374 from lioncash/udp
input_common/udp: Minor changes
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" |