Avoid unnecessary inclusions in public headers
[babeltrace.git] / include / babeltrace / graph / private-component-sink.h
index b122b5b931ac869a056880cabaaa30861ee5efbf..853cff26723ab41299a2db81d6c57b25958f7802 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.023001 seconds and 4 git commands to generate.