Rename C++ header files to .hpp
[lttng-tools.git] / tests / unit / test_payload.cpp
index 53565f5eb58db06345c7de63edd8d558ecc61083..de50ed383b5a6ec8cfc4e1160124a30385f703c2 100644 (file)
@@ -7,9 +7,9 @@
 
 #include <unistd.h>
 
-#include <common/compat/fcntl.h>
-#include <common/payload.h>
-#include <common/payload-view.h>
+#include <common/compat/fcntl.hpp>
+#include <common/payload.hpp>
+#include <common/payload-view.hpp>
 #include <tap/tap.h>
 
 static const int TEST_COUNT = 5;
This page took 0.022724 seconds and 4 git commands to generate.