lib: remove unused includes
[babeltrace.git] / src / lib / trace-ir / event.c
index 2a8676d86f7fa88e45da74fbf5708eba3937c710..a8ea1b38e13941d24672d4a7760df7ece9246303 100644 (file)
@@ -16,7 +16,6 @@
 #include <babeltrace2/trace-ir/trace.h>
 #include "common/assert.h"
 #include "compat/compiler.h"
-#include <inttypes.h>
 #include <stdbool.h>
 
 #include "field.h"
@@ -25,9 +24,7 @@
 #include "stream-class.h"
 #include "stream.h"
 #include "packet.h"
-#include "trace.h"
 #include "packet.h"
-#include "attributes.h"
 #include "event-class.h"
 
 void _bt_event_set_is_frozen(const struct bt_event *event, bool is_frozen)
This page took 0.024156 seconds and 4 git commands to generate.