Force usage of assert() condition when NDEBUG is defined
[lttng-tools.git] / tests / unit / test_directory_handle.c
index a94c4df75e7049da5cf7ac2d9a6897f6fb230590..ca116716595165b5ad8bfae4707341714c449fcf 100644 (file)
@@ -5,8 +5,6 @@
  *
  */
 
-#include <assert.h>
-#include <errno.h>
 #include <fcntl.h>
 #include <stdbool.h>
 #include <stdio.h>
@@ -17,6 +15,7 @@
 #include <unistd.h>
 
 #include <common/compat/directory-handle.h>
+#include <common/compat/errno.h>
 #include <common/error.h>
 #include <tap/tap.h>
 
This page took 0.024668 seconds and 4 git commands to generate.