diff options
author | Lioncash <mathew1800@gmail.com> | 2020-02-03 09:10:59 -0500 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-02-03 09:13:40 -0500 |
commit | 36524465a6fb9940ab5297cef21cd2aa6de8e239 (patch) | |
tree | b924ccc0b9352d0f2eb79737af8cffdeba851353 /src/input_common/udp/protocol.h | |
parent | 4aa9c9632df1f896c5ada61e546482a6fee6dd13 (diff) |
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 @@ #include <array> #include <optional> #include <type_traits> -#include <vector> #include <boost/crc.hpp> #include "common/bit_field.h" #include "common/swap.h" |