Browse Source

udp/client: Remove unused boost include

Also silences a deprecation warning from boost on Clang/GCC.
Lioncash 6 năm trước cách đây
mục cha
commit
1a7cf26884
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/input_common/udp/client.cpp

+ 0 - 1
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"