summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-07-26 06:50:37 +0200
committerGitHub <noreply@github.com>2020-07-26 06:50:37 +0200
commit4524e1bd54c965535c387fc79991671176d5708f (patch)
treeaff21a293278839f0bf4c6f96744470890f7903f
parentMerge pull request #4415 from lioncash/maybe (diff)
parentudp/client: Remove unused boost include (diff)
downloadyuzu-4524e1bd54c965535c387fc79991671176d5708f.tar
yuzu-4524e1bd54c965535c387fc79991671176d5708f.tar.gz
yuzu-4524e1bd54c965535c387fc79991671176d5708f.tar.bz2
yuzu-4524e1bd54c965535c387fc79991671176d5708f.tar.lz
yuzu-4524e1bd54c965535c387fc79991671176d5708f.tar.xz
yuzu-4524e1bd54c965535c387fc79991671176d5708f.tar.zst
yuzu-4524e1bd54c965535c387fc79991671176d5708f.zip
-rw-r--r--src/input_common/udp/client.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input_common/udp/client.cpp b/src/input_common/udp/client.cpp
index e63c73c4f..6c95a8b42 100644
--- a/src/input_common/udp/client.cpp
+++ b/src/input_common/udp/client.cpp
@@ -9,7 +9,6 @@
#include <functional>
#include <thread>
#include <boost/asio.hpp>
-#include <boost/bind.hpp>
#include "common/logging/log.h"
#include "input_common/udp/client.h"
#include "input_common/udp/protocol.h"