sink.text.pretty: abort on unknown field class type
[babeltrace.git] / src / plugins / ctf / common / metadata / ctf-meta-update-value-storing-indexes.cpp
index 5962ae2e46fa71d4cbef8867ad102c20e8b1d520..65e4c9fe844705e30d33189d1d45a79554fc8b0f 100644 (file)
@@ -4,13 +4,10 @@
  * Copyright 2018 Philippe Proulx <pproulx@efficios.com>
  */
 
-#include <babeltrace2/babeltrace.h>
-#include "common/macros.h"
-#include "common/assert.h"
-#include <glib.h>
 #include <stdint.h>
 #include <string.h>
-#include <inttypes.h>
+
+#include "common/assert.h"
 
 #include "ctf-meta-visitors.hpp"
 
@@ -120,7 +117,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.023914 seconds and 4 git commands to generate.