Cleanup: remove plugin-common.h
[babeltrace.git] / src / plugins / text / pretty / pretty.c
index 9db8770e8866c47e418c7e249e6aaa36b88e2bca..cef026094bf00eb400e49645421ab060fb1c6fef 100644 (file)
@@ -29,7 +29,6 @@
 #include <babeltrace2/babeltrace.h>
 #include "compat/compiler.h"
 #include "common/common.h"
-#include "plugins/plugins-common.h"
 #include <stdio.h>
 #include <stdbool.h>
 #include <glib.h>
@@ -645,7 +644,7 @@ BT_HIDDEN
 bt_self_component_status pretty_init(
                bt_self_component_sink *comp,
                const bt_value *params,
-               UNUSED_VAR void *init_method_data)
+               __attribute__((unused)) void *init_method_data)
 {
        bt_self_component_status ret;
        struct pretty_component *pretty = create_pretty();
This page took 0.025251 seconds and 4 git commands to generate.