Rename C++ header files to .hpp
[lttng-tools.git] / tests / unit / test_kernel_data.cpp
index cf2f53564d11969553e8eaca56ce5f0e0ae24078..eae335be205026b0abd549cf166cf342d32b40aa 100644 (file)
@@ -11,9 +11,9 @@
 #include <unistd.h>
 #include <time.h>
 
-#include <common/compat/errno.h>
-#include <bin/lttng-sessiond/trace-kernel.h>
-#include <common/defaults.h>
+#include <common/compat/errno.hpp>
+#include <bin/lttng-sessiond/trace-kernel.hpp>
+#include <common/defaults.hpp>
 
 #include <tap/tap.h>
 
This page took 0.023183 seconds and 4 git commands to generate.