Decouple component class from plugin subsystem, remove component factory
[babeltrace.git] / plugins / trimmer / iterator.h
index f40f4b2d56a1c27ce072abbd9f6a9321b5f02541..1ab0b6f5db12e77ecea99f3f4815bdb87d19427a 100644 (file)
@@ -28,7 +28,8 @@
  */
 
 #include "trimmer.h"
-#include <babeltrace/plugin/notification/notification.h>
+#include <babeltrace/component/notification/notification.h>
+#include <babeltrace/component/notification/iterator.h>
 
 struct trimmer_iterator {
        /* Input iterators associated with this output iterator. */
This page took 0.023305 seconds and 4 git commands to generate.