include/babeltrace/object-internal.h: add logging
[babeltrace.git] / lib / ctf-ir / clock-class.c
index e3c711c0d854d0453dd268c3c80594f25fe2cf3f..4335d3b032448759df8eedc5eb75ed882c85d7d6 100644 (file)
  * SOFTWARE.
  */
 
+#define BT_LOG_TAG "CLOCK-CLASS"
+
 #include <babeltrace/ctf-ir/clock-class-internal.h>
 #include <babeltrace/ctf-ir/utils.h>
 #include <babeltrace/ref.h>
-#include <babeltrace/object-internal.h>
 #include <babeltrace/compiler-internal.h>
 #include <babeltrace/types.h>
 #include <inttypes.h>
-
-#define BT_LOG_TAG "CLOCK-CLASS"
 #include <babeltrace/lib-logging-internal.h>
+#include <babeltrace/object-internal.h>
 
 static
 void bt_ctf_clock_class_destroy(struct bt_object *obj);
This page took 0.023704 seconds and 4 git commands to generate.