Rename <babeltrace/component/...> -> <babeltrace/graph/...>
[babeltrace.git] / plugins / utils / trimmer / iterator.h
index 3fe3dc4b735dad991d9e367656e23f594d78e724..3fd99a729f229595ac179f1cc51b344df9592407 100644 (file)
  */
 
 #include "trimmer.h"
-#include <babeltrace/component/notification/notification.h>
-#include <babeltrace/component/notification/iterator.h>
-#include <babeltrace/component/private-component.h>
-#include <babeltrace/component/private-port.h>
+#include <babeltrace/graph/notification.h>
+#include <babeltrace/graph/notification-iterator.h>
+#include <babeltrace/graph/private-component.h>
+#include <babeltrace/graph/private-port.h>
 
 struct trimmer_iterator {
        /* Input iterator associated with this output iterator. */
This page took 0.025715 seconds and 4 git commands to generate.