tests: fix shellcheck warnings in plugins/flt.lttng-utils.debug-info/test_succeed
[babeltrace.git] / src / ctf-writer / visitor.h
index 549285e2d98baeb5b0adf67e99f52009ef8a03c6..bc6e05675cc59c9a9596469e279e58138ad93a00 100644 (file)
  * SOFTWARE.
  */
 
-#include <babeltrace2/ctf-writer/visitor.h>
-#include "common/babeltrace.h"
+#include <stdlib.h>
+#include <stdint.h>
+#include <babeltrace2-ctf-writer/visitor.h>
+#include "common/macros.h"
 
 typedef void *(*bt_ctf_child_accessor)(void *object, int index);
 typedef int64_t (*bt_ctf_child_count_accessor)(void *object);
This page took 0.02375 seconds and 4 git commands to generate.