Avoid unnecessary inclusions in public headers
[babeltrace.git] / include / babeltrace / graph / private-component-filter.h
index 3ebc0e9c671adbf19cb189d8d3aedd4abfc2add6..b9cee60b8fdab0d2acb5b733d360c0854af069d0 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.025455 seconds and 4 git commands to generate.