Force usage of assert() condition when NDEBUG is defined
[lttng-tools.git] / src / common / filter / filter-visitor-xml.c
index d5ff0c187f515b2e81a1458080a50726ee97b49a..14d699d69401fd37420e7f1220cfd0eac19e3304 100644 (file)
 #include <unistd.h>
 #include <string.h>
 #include <stdlib.h>
-#include <assert.h>
-#include <errno.h>
 #include <inttypes.h>
 #include "filter-ast.h"
 #include "filter-parser.h"
 
+#include <common/compat/errno.h>
 #include <common/macros.h>
 
 #define fprintf_dbg(fd, fmt, args...)  fprintf(fd, "%s: " fmt, __func__, ## args)
This page took 0.022852 seconds and 4 git commands to generate.