tests: normalize inclusions of tap/tap.h
[babeltrace.git] / tests / lib / test-bt-uuid.c
index 8a0b610f6a0b74d47984465a12ac88c0083837f2..5b0c3bed66b1a45e64d0fc337ee8c2350fe48cb1 100644 (file)
@@ -7,10 +7,10 @@
 #include <stdio.h>
 #include <string.h>
 
-#include <tap/tap.h>
-
 #include "common/uuid.h"
 
+#include "tap/tap.h"
+
 #define NR_TESTS 23
 
 static const char valid_str_1[] = "3d260c88-75ea-47b8-a7e2-d6077c0378d9";
@@ -173,7 +173,7 @@ void run_test(void)
        run_test_bt_uuid_generate();
 }
 
-int main(int argc, char **argv)
+int main(void)
 {
        /* Run tap-formated tests */
        run_test();
This page took 0.023542 seconds and 4 git commands to generate.