diff options
author | bunnei <bunneidev@gmail.com> | 2020-02-03 11:41:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-03 11:41:04 -0500 |
commit | 2cd51fc9fd11cce6aeea44dc0158f6bfde5456ec (patch) | |
tree | dfd9cc0b10283da66259842b584e920697d6196b /src/input_common/udp/client.h | |
parent | 157eb375a59029d9d515d37bc9dc4370890bb3e9 (diff) | |
parent | c7678c3044165d9e15ae6a8e0d996f8b793f3c0f (diff) |
Merge pull request #3374 from lioncash/udp
input_common/udp: Minor changes
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 @@ #include <string> #include <thread> #include <tuple> -#include <vector> #include "common/common_types.h" #include "common/thread.h" #include "common/vector_math.h" |