diff options
| author | 2020-07-25 21:50:37 -0700 | |
|---|---|---|
| committer | 2020-07-25 21:50:37 -0700 | |
| commit | 4524e1bd54c965535c387fc79991671176d5708f (patch) | |
| tree | aff21a293278839f0bf4c6f96744470890f7903f /src/input_common/udp/client.cpp | |
| parent | Merge pull request #4415 from lioncash/maybe (diff) | |
| parent | udp/client: Remove unused boost include (diff) | |
| download | yuzu-4524e1bd54c965535c387fc79991671176d5708f.tar.gz yuzu-4524e1bd54c965535c387fc79991671176d5708f.tar.xz yuzu-4524e1bd54c965535c387fc79991671176d5708f.zip | |
Merge pull request #4418 from lioncash/udp-warn
udp/client: Remove unused boost include
Diffstat (limited to '')
| -rw-r--r-- | src/input_common/udp/client.cpp | 1 |
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 @@ | |||
| 9 | #include <functional> | 9 | #include <functional> |
| 10 | #include <thread> | 10 | #include <thread> |
| 11 | #include <boost/asio.hpp> | 11 | #include <boost/asio.hpp> |
| 12 | #include <boost/bind.hpp> | ||
| 13 | #include "common/logging/log.h" | 12 | #include "common/logging/log.h" |
| 14 | #include "input_common/udp/client.h" | 13 | #include "input_common/udp/client.h" |
| 15 | #include "input_common/udp/protocol.h" | 14 | #include "input_common/udp/protocol.h" |