X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fctf-writer%2Futils.h;h=683905806ecec3f278bb08f3ea039bbc20c3d3ee;hb=98b15851a941e7342b8bb19e265cdc3a40fabfb8;hp=488251ce90de9f8ba8a72d3ed2f62e9603471daf;hpb=578e048b5debf169e286e5b5cc747b5d6c16886d;p=babeltrace.git diff --git a/src/ctf-writer/utils.h b/src/ctf-writer/utils.h index 488251ce..68390580 100644 --- a/src/ctf-writer/utils.h +++ b/src/ctf-writer/utils.h @@ -21,9 +21,9 @@ * SOFTWARE. */ -#include "common/babeltrace.h" -#include -#include +#include "common/macros.h" +#include +#include #include #include "field-path.h" @@ -200,7 +200,7 @@ GString *bt_ctf_field_path_string(struct bt_ctf_field_path *path) GString *str = g_string_new(NULL); size_t i; - BT_ASSERT(path); + BT_ASSERT_DBG(path); if (!str) { goto end;