mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
				synced 2025-10-31 18:47:48 +00:00 
			
		
		
		
	Merge pull request #267 from jlcordeiro/feature/boost_cleanup
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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Matias Fontanini
					Matias Fontanini