Rename C++ header files to .hpp
[lttng-tools.git] / tests / unit / test_utils_compat_poll.cpp
index eb6d94a5eedb876bb39d25deb1645c7c2cc68733..f34ef5d0ea27f7da28484eafcfef21416c6e66b8 100644 (file)
 
 #include <tap/tap.h>
 
-#include <common/compat/poll.h>
-#include <common/readwrite.h>
-#include <common/pipe.h>
-#include <common/dynamic-array.h>
+#include <common/compat/poll.hpp>
+#include <common/readwrite.hpp>
+#include <common/pipe.hpp>
+#include <common/dynamic-array.hpp>
 
 /* Verification without trashing test order in the child process */
 #define childok(e, test, ...) do { \
This page took 0.022749 seconds and 4 git commands to generate.