Re-implement BT_ASSERT without using the assert macro
[deliverable/babeltrace.git] / tests / utils / tap / tap.c
index 4d09a58a5e8c2e39835d14dba24a83d249da7ed5..5699f387015b9610abda9ec75bd170929492bf97 100644 (file)
@@ -29,9 +29,9 @@
 #include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <assert.h>
 #include <string.h>
 #include <limits.h>
+#include <assert.h>
 
 #include "tap.h"
 
This page took 0.02431 seconds and 5 git commands to generate.