lib: remove unused includes
[babeltrace.git] / src / lib / trace-ir / field.h
index 402fa4c2d90ae8e603d84130de9fc271a9e2bdc2..87446b26fc1b782baa1572ebb5234daae7372344 100644 (file)
@@ -8,19 +8,13 @@
 #ifndef BABELTRACE_TRACE_IR_FIELDS_INTERNAL_H
 #define BABELTRACE_TRACE_IR_FIELDS_INTERNAL_H
 
-#include "lib/assert-cond.h"
-#include "common/common.h"
 #include "lib/object.h"
-#include "common/macros.h"
 #include <babeltrace2/types.h>
 #include <stdint.h>
-#include <string.h>
-#include <inttypes.h>
 #include <stdbool.h>
 #include <glib.h>
 
 #include "field-class.h"
-#include "utils.h"
 
 struct bt_field;
 
This page took 0.02392 seconds and 4 git commands to generate.