Rename C++ header files to .hpp
[lttng-tools.git] / src / common / payload.cpp
index 0097e65bcf1191cb75cacb10dbb4f07531797a90..fa07dae31c840c2fa7661088e9d35ed691e3bad0 100644 (file)
@@ -5,10 +5,10 @@
  *
  */
 
-#include "payload.h"
-#include <common/dynamic-array.h>
-#include <common/dynamic-buffer.h>
-#include <common/error.h>
+#include "payload.hpp"
+#include <common/dynamic-array.hpp>
+#include <common/dynamic-buffer.hpp>
+#include <common/error.hpp>
 
 static
 void release_fd_handle_ref(void *ptr)
This page took 0.024025 seconds and 4 git commands to generate.