lib: remove unused includes
[babeltrace.git] / src / lib / trace-ir / event-class.c
index 463e5ee30053acc1a6a840807fbaa2c78628b056..0d90717561ca9727a5eddcce141450de73edc87b 100644 (file)
 #include <stdbool.h>
 #include <stdlib.h>
 
-#include "attributes.h"
-#include "clock-snapshot.h"
 #include "event-class.h"
 #include "event.h"
 #include "field-class.h"
-#include "field.h"
 #include "resolve-field-path.h"
 #include "stream-class.h"
-#include "trace.h"
-#include "utils.h"
 #include "lib/func-status.h"
 
 #define BT_ASSERT_PRE_DEV_EVENT_CLASS_HOT(_ec)                         \
This page took 0.02475 seconds and 4 git commands to generate.