Decouple component class from plugin subsystem, remove component factory
[babeltrace.git] / plugins / ctf / common / notif-iter / notif-iter.c
index 823a753ff29fcff4539ebeff616410fe1204f969..44663f7bc38a6a5673a98cc4f98d1b8a76dff798 100644 (file)
@@ -38,9 +38,9 @@
 #include <babeltrace/ctf-ir/stream.h>
 #include <babeltrace/ctf-ir/clock-class.h>
 #include <babeltrace/ctf-ir/event-class.h>
-#include <babeltrace/plugin/notification/packet.h>
-#include <babeltrace/plugin/notification/event.h>
-#include <babeltrace/plugin/notification/stream.h>
+#include <babeltrace/component/notification/packet.h>
+#include <babeltrace/component/notification/event.h>
+#include <babeltrace/component/notification/stream.h>
 #include <babeltrace/ref.h>
 #include <glib.h>
 
This page took 0.024238 seconds and 4 git commands to generate.