Rename C++ header files to .hpp
[lttng-tools.git] / tests / unit / test_kernel_probe.cpp
index 91211eb4e8190e0c39549f2d41ad1070d2aa8a13..1ec6945d4aae72de31fb67a4f4cf9d609991d0e0 100644 (file)
@@ -14,9 +14,9 @@
 
 #include <tap/tap.h>
 
-#include <common/payload-view.h>
-#include <common/payload.h>
-#include <lttng/kernel-probe-internal.h>
+#include <common/payload-view.hpp>
+#include <common/payload.hpp>
+#include <lttng/kernel-probe-internal.hpp>
 #include <lttng/kernel-probe.h>
 
 /* For error.h */
This page took 0.022773 seconds and 4 git commands to generate.