Fix: tap.h conflicts with Clang C++ headers
[lttng-tools.git] / tests / unit / test_uuid.cpp
index 07a2f4afb221d393f5fc9c5dfb095520e5927d05..3ead2a254360a95db5d2d82ff291ede82eb57e4d 100644 (file)
@@ -9,10 +9,10 @@
 #include <stdbool.h>
 #include <string.h>
 
-#include <tap/tap.h>
-
 #include "common/uuid.hpp"
 
+#include <tap/tap.h>
+
 #define NR_TESTS 21
 
 static const char valid_str_1[] = "3d260c88-75ea-47b8-a7e2-d6077c0378d9";
This page took 0.027043 seconds and 4 git commands to generate.