lib: remove unused includes
[babeltrace.git] / src / lib / trace-ir / stream-class.h
index a7a9c3b6bc48b6367b9860794ef770c22b038f1a..771a5899197d22161e0098f7f95b4e4de05f25c5 100644 (file)
@@ -9,17 +9,13 @@
 #define BABELTRACE_TRACE_IR_STREAM_CLASS_INTERNAL_H
 
 #include "common/assert.h"
-#include "common/common.h"
 #include <babeltrace2/trace-ir/stream-class.h>
 #include "lib/object.h"
 #include "lib/object-pool.h"
-#include "common/macros.h"
 #include <glib.h>
-#include <inttypes.h>
 #include <stdbool.h>
 
 #include "field-class.h"
-#include "utils.h"
 
 struct bt_stream_class {
        struct bt_object base;
This page took 0.025414 seconds and 4 git commands to generate.