Avoid unnecessary inclusions in public headers
[babeltrace.git] / include / babeltrace / ctf-ir / event.h
index d42cc91d88233bd91fed716f8717b077cd5bc318..abd48d4b78a2e37be8c0c3db9501a844a38d554b 100644 (file)
 
 #include <stdint.h>
 #include <stddef.h>
-#include <babeltrace/values.h>
-#include <babeltrace/ctf-ir/clock-class.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
+struct bt_value;
+struct bt_ctf_clock_class;
+
 /**
 @defgroup ctfirevent CTF IR event
 @ingroup ctfir
This page took 0.026035 seconds and 4 git commands to generate.