Avoid unnecessary inclusions in public headers
[babeltrace.git] / include / babeltrace / graph / private-component-source.h
index 702a539fc17b26d903c81d57263bed2b2c205059..29ed0b967f3396a3847bf8db28bd8a80807ceebd 100644 (file)
  */
 
 #include <stdint.h>
-#include <babeltrace/graph/component.h>
+
+/* For enum bt_component_status */
 #include <babeltrace/graph/component-status.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
+struct bt_component;
 struct bt_private_component;
 struct bt_private_port;
 
This page took 0.026599 seconds and 4 git commands to generate.