diff --git a/include/cppkafka/message_timestamp.h b/include/cppkafka/message_timestamp.h index e19b6ce..5577468 100644 --- a/include/cppkafka/message_timestamp.h +++ b/include/cppkafka/message_timestamp.h @@ -31,7 +31,6 @@ #define CPPKAFKA_MESSAGE_TIMESTAMP_H #include -#include #include #include "macros.h" diff --git a/include/cppkafka/queue.h b/include/cppkafka/queue.h index b509efc..a92066d 100644 --- a/include/cppkafka/queue.h +++ b/include/cppkafka/queue.h @@ -29,7 +29,6 @@ #include #include -#include #include #include "event.h" #include "macros.h" diff --git a/include/cppkafka/topic.h b/include/cppkafka/topic.h index ac5757b..5f8856d 100644 --- a/include/cppkafka/topic.h +++ b/include/cppkafka/topic.h @@ -32,7 +32,6 @@ #include #include -#include #include #include "macros.h" diff --git a/include/cppkafka/utils/buffered_producer.h b/include/cppkafka/utils/buffered_producer.h index 69577fb..c5d8b78 100644 --- a/include/cppkafka/utils/buffered_producer.h +++ b/include/cppkafka/utils/buffered_producer.h @@ -39,7 +39,6 @@ #include #include #include -#include #include "../producer.h" #include "../detail/callback_invoker.h" #include "../message_internal.h" diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 46447b4..b1e699b 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -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)