Avoid unnecessary inclusions in public headers
[babeltrace.git] / plugins / utils / trimmer / trimmer.h
index fafb7ada0d56ad04ade3546f57fba94ba44a00b9..1f151cb9178ce8c23c63c84f3136a0eb418026c4 100644 (file)
@@ -29,8 +29,7 @@
 
 #include <stdbool.h>
 #include <babeltrace/babeltrace-internal.h>
-#include <babeltrace/values.h>
-#include <babeltrace/component/private-component.h>
+#include <babeltrace/babeltrace.h>
 
 #define NSEC_PER_SEC   1000000000LL
 
@@ -54,6 +53,6 @@ enum bt_component_status trimmer_component_init(
        struct bt_private_component *component,
        struct bt_value *params, void *init_method_data);
 
-void destroy_trimmer(struct bt_private_component *component);
+void finalize_trimmer(struct bt_private_component *component);
 
 #endif /* BABELTRACE_PLUGINS_UTILS_TRIMMER_H */
This page took 0.031942 seconds and 4 git commands to generate.