Avoid unnecessary inclusions in public headers
[babeltrace.git] / include / babeltrace / ctf-ir / stream.h
index 140970c5aed86924216a7da48c52d64b9009b625..e2aa3ef9ec1e1f958e5db11779ab97489c498e39 100644 (file)
  * http://www.efficios.com/ctf
  */
 
-#include <babeltrace/ctf-ir/stream-class.h>
 #include <stdint.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
+struct bt_ctf_stream_class;
+
 /**
 @defgroup ctfirstream CTF IR stream
 @ingroup ctfir
This page took 0.022834 seconds and 4 git commands to generate.