Merge pull request #4418 from lioncash/udp-warn

udp/client: Remove unused boost include
This commit is contained in:
bunnei 2020-07-25 21:50:37 -07:00 committed by GitHub
commit 4524e1bd54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"