]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/dnstap.hh
Move UUID generators to a common function, fix boost 1.69.0 warning
[thirdparty/pdns.git] / pdns / dnstap.hh
index e25df4f104cef8d06ff4ab89ac5370fb8bc76b0c..d00bd0bca81c5c74477a0b66858bab47d68295f3 100644 (file)
@@ -31,7 +31,6 @@
 
 #ifdef HAVE_PROTOBUF
 #include <boost/uuid/uuid.hpp>
-#include <boost/uuid/uuid_generators.hpp>
 #include "dnstap.pb.h"
 #endif /* HAVE_PROTOBUF */
 
@@ -48,4 +47,4 @@ public:
 protected:
   dnstap::Dnstap proto_message;
 #endif /* HAVE_PROTOBUF */
-};
\ No newline at end of file
+};