lib: use object pool for event and packet notifications
[babeltrace.git] / include / babeltrace / graph / graph.h
index f85597845e718d871b30772a377b10fb565927aa..acff83931a8b1a069f1b2e110bc58715ea9cf14e 100644 (file)
@@ -27,7 +27,7 @@
  * SOFTWARE.
  */
 
-#include <babeltrace/graph/component.h>
+/* For bt_bool */
 #include <babeltrace/types.h>
 
 #ifdef __cplusplus
@@ -36,6 +36,9 @@ extern "C" {
 
 struct bt_port;
 struct bt_connection;
+struct bt_component;
+struct bt_component_class;
+struct bt_value;
 
 enum bt_graph_status {
        BT_GRAPH_STATUS_COMPONENT_REFUSES_PORT_CONNECTION = 111,
This page took 0.029404 seconds and 4 git commands to generate.