Fix: tap.h conflicts with Clang C++ headers
[lttng-tools.git] / tests / unit / test_event_rule.cpp
index a6bf6180a3bb007081d06ac06e59acd59ba81345..c3fd01a81837011293444addf13b61f62b3581e3 100644 (file)
@@ -12,8 +12,6 @@
 #include <string.h>
 #include <unistd.h>
 
-#include <tap/tap.h>
-
 #include <common/payload-view.hpp>
 #include <common/payload.hpp>
 #include <lttng/domain.h>
@@ -38,6 +36,8 @@
 #include <lttng/userspace-probe.h>
 #include "bin/lttng/loglevel.hpp"
 
+#include <tap/tap.h>
+
 /* For error.h. */
 int lttng_opt_quiet = 1;
 int lttng_opt_verbose;
This page took 0.023646 seconds and 4 git commands to generate.