Avoid unnecessary inclusions in public headers
[babeltrace.git] / include / babeltrace / graph / graph.h
index f85597845e718d871b30772a377b10fb565927aa..bb3d84cbd1322daca2686185b1723890c55ddb18 100644 (file)
@@ -27,7 +27,7 @@
  * SOFTWARE.
  */
 
-#include <babeltrace/graph/component.h>
+/* For bt_bool */
 #include <babeltrace/types.h>
 
 #ifdef __cplusplus
@@ -36,6 +36,8 @@ extern "C" {
 
 struct bt_port;
 struct bt_connection;
+struct bt_component;
+struct bt_component_class;
 
 enum bt_graph_status {
        BT_GRAPH_STATUS_COMPONENT_REFUSES_PORT_CONNECTION = 111,
This page took 0.023633 seconds and 4 git commands to generate.