lib: make graph API const-correct
[babeltrace.git] / include / babeltrace / graph / notification-iterator-internal.h
index 28c3f8f4ead3439665a023b802b8f67a5d4b1692..5222b4ff1f6654cf6f67594c077aa25b9fd5aeec 100644 (file)
@@ -26,8 +26,8 @@
 
 #include <babeltrace/babeltrace-internal.h>
 #include <babeltrace/object-internal.h>
-#include <babeltrace/graph/connection.h>
-#include <babeltrace/graph/notification.h>
+#include <babeltrace/graph/connection-const.h>
+#include <babeltrace/graph/notification-const.h>
 #include <babeltrace/graph/notification-iterator.h>
 #include <babeltrace/types.h>
 #include <babeltrace/assert-internal.h>
This page took 0.026995 seconds and 4 git commands to generate.