Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion include/cppkafka/message_timestamp.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#define CPPKAFKA_MESSAGE_TIMESTAMP_H

#include <chrono>
#include <boost/optional.hpp>
#include <librdkafka/rdkafka.h>
#include "macros.h"

Expand Down
1 change: 0 additions & 1 deletion include/cppkafka/queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

#include <vector>
#include <memory>
#include <boost/optional.hpp>
#include <librdkafka/rdkafka.h>
#include "event.h"
#include "macros.h"
Expand Down
1 change: 0 additions & 1 deletion include/cppkafka/topic.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

#include <string>
#include <memory>
#include <boost/optional.hpp>
#include <librdkafka/rdkafka.h>
#include "macros.h"

Expand Down
1 change: 0 additions & 1 deletion include/cppkafka/utils/buffered_producer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)