mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-10-29 09:42:24 +00:00
remove unused boost includes
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
#define CPPKAFKA_MESSAGE_TIMESTAMP_H
|
||||
|
||||
#include <chrono>
|
||||
#include <boost/optional.hpp>
|
||||
#include <librdkafka/rdkafka.h>
|
||||
#include "macros.h"
|
||||
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
#include <boost/optional.hpp>
|
||||
#include <librdkafka/rdkafka.h>
|
||||
#include "event.h"
|
||||
#include "macros.h"
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
|
||||
#include <string>
|
||||
#include <memory>
|
||||
#include <boost/optional.hpp>
|
||||
#include <librdkafka/rdkafka.h>
|
||||
#include "macros.h"
|
||||
|
||||
|
||||
@@ -39,7 +39,6 @@
|
||||
#include <atomic>
|
||||
#include <future>
|
||||
#include <thread>
|
||||
#include <boost/optional.hpp>
|
||||
#include "../producer.h"
|
||||
#include "../detail/callback_invoker.h"
|
||||
#include "../message_internal.h"
|
||||
|
||||
@@ -47,6 +47,6 @@ add_executable(cppkafka_tests
|
||||
)
|
||||
|
||||
# In CMake >= 3.15 Boost::boost == Boost::headers
|
||||
target_link_libraries(cppkafka_tests cppkafka RdKafka::rdkafka Boost::boost Boost::program_options)
|
||||
target_link_libraries(cppkafka_tests cppkafka RdKafka::rdkafka Boost::boost)
|
||||
add_dependencies(tests cppkafka_tests)
|
||||
add_test(cppkafka cppkafka_tests)
|
||||
|
||||
Reference in New Issue
Block a user