mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced 2024-11-24 11:52:50 +00:00
udp/client: Remove unused boost include
Also silences a deprecation warning from boost on Clang/GCC.
This commit is contained in:
parent
e96cf13ebc
commit
1a7cf26884
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue