Fix: tap.h conflicts with Clang C++ headers
[lttng-tools.git] / tests / unit / test_utils_compat_poll.cpp
index 697440963c58279514129e0515b00d425d75eb61..49cd4a1eb52af272b9cf679f4a11c3728ce56f95 100644 (file)
 #include <sys/types.h>
 #include <sys/wait.h>
 
-#include <tap/tap.h>
-
 #include <common/compat/poll.hpp>
 #include <common/readwrite.hpp>
 #include <common/pipe.hpp>
 #include <common/dynamic-array.hpp>
 
+#include <tap/tap.h>
+
 /* Verification without trashing test order in the child process */
 #define childok(e, test, ...) do { \
        if (!(e)) { \
This page took 0.023259 seconds and 4 git commands to generate.