Remove some unused includes in C++ files
[babeltrace.git] / src / plugins / ctf / common / msg-iter / msg-iter.hpp
index 15a952d2fadcf98c182e200251a29a005103fa3f..0b49c1c6979e4f033349cba0a931520d96e5aae5 100644 (file)
 #ifndef CTF_MSG_ITER_H
 #define CTF_MSG_ITER_H
 
-#include <stdbool.h>
+#include <stddef.h>
 #include <stdint.h>
 #include <stdio.h>
-#include <stddef.h>
+
 #include <babeltrace2/babeltrace.h>
-#include "common/macros.h"
 
-#include "../metadata/ctf-meta.hpp"
+#include "common/common.h"
 
 /**
  * @file ctf-msg-iter.h
@@ -207,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.
  *
This page took 0.041515 seconds and 4 git commands to generate.