Replace assert() -> BT_ASSERT() and some preconditions with BT_ASSERT_PRE()
[babeltrace.git] / plugins / lttng-utils / debug-info.c
index d34b2c4e972b3c8f5c7c8edfea03ac9edc766880..ffe2281628a3ed950174a0e04ca55e2b71189973 100644 (file)
@@ -28,7 +28,7 @@
 #define BT_LOG_TAG "PLUGIN-CTF-LTTNG-UTILS-DEBUG-INFO-FLT"
 #include "logging.h"
 
-#include <assert.h>
+#include <babeltrace/assert-internal.h>
 #include <glib.h>
 #include "debug-info.h"
 #include "bin-info.h"
This page took 0.024254 seconds and 4 git commands to generate.