Avoid unnecessary inclusions in public headers
[babeltrace.git] / include / babeltrace / ctf-ir / fields.h
index 15468f4f014c5763ed091710f3afb15e7c27aafe..f881e24a59341f1ef0fef13d0ee3233abb6fad6b 100644 (file)
 
 #include <stdint.h>
 #include <stddef.h>
-#include <babeltrace/ctf-ir/field-types.h>
+
+/* For bt_bool */
 #include <babeltrace/types.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
+struct bt_ctf_field_type;
+
 /**
 @defgroup ctfirfields CTF IR fields
 @ingroup ctfir
This page took 0.023719 seconds and 4 git commands to generate.