bt2c::Logger: remove unused cLevel() method
[babeltrace.git] / src / lib / trace-ir / stream-class.h
index 16573ff939329cde5625bd2c85ff65925ef56910..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;
@@ -57,7 +53,6 @@ struct bt_stream_class {
        bool frozen;
 };
 
-BT_HIDDEN
 void _bt_stream_class_freeze(const struct bt_stream_class *stream_class);
 
 #ifdef BT_DEV_MODE
This page took 0.023747 seconds and 4 git commands to generate.