X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Fctf%2Fcommon%2Fmsg-iter%2Fmsg-iter.hpp;h=0b49c1c6979e4f033349cba0a931520d96e5aae5;hb=4b9e2e3d5986e17f1594c24dea430cb51a529360;hp=fc6d5d4d88405df7ebf42a7133dd9c203bc84ef4;hpb=e18a6ca2cd80b5983cedb63054b2c5c0fe5e4478;p=babeltrace.git diff --git a/src/plugins/ctf/common/msg-iter/msg-iter.hpp b/src/plugins/ctf/common/msg-iter/msg-iter.hpp index fc6d5d4d..0b49c1c6 100644 --- a/src/plugins/ctf/common/msg-iter/msg-iter.hpp +++ b/src/plugins/ctf/common/msg-iter/msg-iter.hpp @@ -16,9 +16,7 @@ #include -#include "common/macros.h" - -#include "../metadata/ctf-meta.hpp" +#include "common/common.h" /** * @file ctf-msg-iter.h @@ -208,9 +206,6 @@ struct ctf_msg_iter_medium_ops bt_stream *(*borrow_stream)(bt_stream_class *stream_class, int64_t stream_id, void *data); }; -/** CTF message iterator. */ -struct ctf_msg_iter; - /** * Creates a CTF message iterator. *