include: add IWYU pragmas in private header files
[babeltrace.git] / src / plugins / ctf / common / metadata / ctf-meta-update-value-storing-indexes.cpp
index 5962ae2e46fa71d4cbef8867ad102c20e8b1d520..a51b03cfdfb6d3c199fdf6e29e0e2ecac8d1c023 100644 (file)
@@ -4,13 +4,15 @@
  * Copyright 2018 Philippe Proulx <pproulx@efficios.com>
  */
 
-#include <babeltrace2/babeltrace.h>
-#include "common/macros.h"
-#include "common/assert.h"
 #include <glib.h>
+#include <inttypes.h>
 #include <stdint.h>
 #include <string.h>
-#include <inttypes.h>
+
+#include <babeltrace2/babeltrace.h>
+
+#include "common/assert.h"
+#include "common/macros.h"
 
 #include "ctf-meta-visitors.hpp"
 
@@ -120,7 +122,6 @@ end:
     return ret;
 }
 
-BT_HIDDEN
 int ctf_trace_class_update_value_storing_indexes(struct ctf_trace_class *ctf_tc)
 {
     uint64_t i;
This page took 0.035821 seconds and 4 git commands to generate.