.clang-tidy: enable cppcoreguidelines-avoid-const-or-ref-data-members
[babeltrace.git] / src / plugins / ctf / common / metadata / ctf-meta-update-in-ir.cpp
index 6967c441d52589727f516f83122ede02c0f09c68..c7902383f805115d7913d99dec86d721b671b9ee 100644 (file)
@@ -4,16 +4,12 @@
  * Copyright 2018 Philippe Proulx <pproulx@efficios.com>
  */
 
-#include <babeltrace2/babeltrace.h>
-#include "common/macros.h"
-#include "common/assert.h"
-#include "compat/glib.h"
+#include <assert.h>
 #include <glib.h>
-#include <stdbool.h>
 #include <stdint.h>
-#include <string.h>
-#include <inttypes.h>
+
 #include "common/assert.h"
+#include "compat/glib.h"
 
 #include "ctf-meta-visitors.hpp"
 
@@ -223,7 +219,6 @@ end:
  * variant field classes) when we reach it. Dependents can only be located
  * after the length/tag field class in the metadata tree.
  */
-BT_HIDDEN
 int ctf_trace_class_update_in_ir(struct ctf_trace_class *ctf_tc)
 {
     int ret = 0;
This page took 0.023131 seconds and 4 git commands to generate.