Cleanup: remove private babeltrace.h
[babeltrace.git] / src / ctf-writer / visitor.h
index 549285e2d98baeb5b0adf67e99f52009ef8a03c6..512161171e5416c64fac53143d6ee6145649b34f 100644 (file)
@@ -25,8 +25,9 @@
  * SOFTWARE.
  */
 
+#include <stdlib.h>
 #include <babeltrace2/ctf-writer/visitor.h>
-#include "common/babeltrace.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.023463 seconds and 4 git commands to generate.