Replace assert() -> BT_ASSERT() and some preconditions with BT_ASSERT_PRE()
[babeltrace.git] / plugins / ctf / common / metadata / visitor-semantic-validator.c
index 527a0ec45ddaf63ff626e6ed314917d4a32e091b..d91acbe5c34e08ab900df277ddadf92df628a179 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.023195 seconds and 4 git commands to generate.