Преглед на файлове

udp/client: Remove unused boost include

Also silences a deprecation warning from boost on Clang/GCC.
Lioncash преди 6 години
родител
ревизия
1a7cf26884
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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"