summaryrefslogtreecommitdiff
path: root/src/input_common/udp/client.h
diff options
context:
space:
mode:
authorGravatar bunnei2020-02-03 11:41:04 -0500
committerGravatar GitHub2020-02-03 11:41:04 -0500
commit2cd51fc9fd11cce6aeea44dc0158f6bfde5456ec (patch)
treedfd9cc0b10283da66259842b584e920697d6196b /src/input_common/udp/client.h
parentMerge pull request #3370 from ReinUsesLisp/node-shared-ptr (diff)
parentinput_common/udp: Ensure that UDP is shut down within Shutdown() (diff)
downloadyuzu-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/client.h')
-rw-r--r--src/input_common/udp/client.h1
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"