lib: remove unused includes
[babeltrace.git] / src / lib / trace-ir / stream-class.c
index 43551b7171a75198dfd928b2262f64657a54e783..54da5afed0643347537da0f9f81d9ed1efda2498 100644 (file)
 #include "lib/assert-cond.h"
 #include <babeltrace2/trace-ir/trace.h>
 #include "compat/compiler.h"
-#include "common/align.h"
 #include "compat/endian.h"
 #include "common/assert.h"
-#include "lib/property.h"
 #include <inttypes.h>
 #include <stdint.h>
 #include <stdbool.h>
 #include "clock-class.h"
 #include "event-class.h"
 #include "field-class.h"
-#include "field.h"
 #include "field-wrapper.h"
 #include "resolve-field-path.h"
 #include "stream-class.h"
-#include "trace.h"
-#include "utils.h"
 #include "lib/value.h"
 #include "lib/func-status.h"
 
@@ -67,7 +62,7 @@ void destroy_stream_class(struct bt_object *obj)
 
 static
 void free_field_wrapper(struct bt_field_wrapper *field_wrapper,
-               struct bt_stream_class *stream_class)
+               struct bt_stream_class *stream_class __attribute__((unused)))
 {
        bt_field_wrapper_destroy((void *) field_wrapper);
 }
This page took 0.023841 seconds and 4 git commands to generate.