Avoid unnecessary inclusions in public headers
[babeltrace.git] / include / babeltrace / graph / notification-stream.h
index 1c377c26b575358e8fcc8c7961772b031ad602ca..c022343b246911c31affe0ba0d6211e9b92bcd46 100644 (file)
  * SOFTWARE.
  */
 
-#include <babeltrace/graph/notification.h>
-#include <babeltrace/ctf-ir/stream.h>
-
 #ifdef __cplusplus
 extern "C" {
 #endif
 
+struct bt_ctf_notification;
+struct bt_ctf_stream;
+
 extern struct bt_notification *bt_notification_stream_begin_create(
                struct bt_ctf_stream *stream);
 
This page took 0.023143 seconds and 4 git commands to generate.