Replace assert() -> BT_ASSERT() and some preconditions with BT_ASSERT_PRE()
[babeltrace.git] / plugins / ctf / common / metadata / visitor-parent-links.c
index ca98701c60d0254990f86c43cdc7861e5231538c..cc8b6472720151c8fa9c1ede9961a2947e1cb7a5 100644 (file)
@@ -31,7 +31,7 @@
 #include <unistd.h>
 #include <string.h>
 #include <stdlib.h>
-#include <assert.h>
+#include <babeltrace/assert-internal.h>
 #include <glib.h>
 #include <inttypes.h>
 #include <errno.h>
This page took 0.034683 seconds and 4 git commands to generate.