udp/client: Remove unused boost include

Also silences a deprecation warning from boost on Clang/GCC.
This commit is contained in:
Lioncash 2020-07-25 03:42:00 -04:00
parent e96cf13ebc
commit 1a7cf26884

View File

@ -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"