Avoid unnecessary inclusions in public headers
[babeltrace.git] / include / babeltrace / graph / private-connection.h
index e5a907fd4183987e5fca406b070095c7e1b49d5e..b64559ecf2a44a7aeba98ae37c23a848a9c5e920 100644 (file)
  * SOFTWARE.
  */
 
-#include <babeltrace/graph/connection.h>
+/* For enum bt_notification_type */
 #include <babeltrace/graph/notification.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
+struct bt_notification;
 struct bt_connection;
 struct bt_private_port;
 struct bt_private_connection;
+struct bt_notification_iterator;
 
 extern struct bt_connection *bt_connection_from_private_connection(
                struct bt_private_connection *private_connection);
This page took 0.023537 seconds and 4 git commands to generate.