Rename C++ header files to .hpp
[lttng-tools.git] / src / common / snapshot.cpp
index 5145dd120707dadee4b8e6c26c8e8d79dc7bf8d7..618196dd86f02b30f46f207cb95653bf8c3a86a7 100644 (file)
@@ -5,12 +5,12 @@
  *
  */
 
-#include <common/error.h>
-#include <common/mi-lttng.h>
-#include <common/payload-view.h>
-#include <common/payload.h>
-#include <common/snapshot.h>
-#include <lttng/snapshot-internal.h>
+#include <common/error.hpp>
+#include <common/mi-lttng.hpp>
+#include <common/payload-view.hpp>
+#include <common/payload.hpp>
+#include <common/snapshot.hpp>
+#include <lttng/snapshot-internal.hpp>
 #include <lttng/snapshot.h>
 
 #include <stdlib.h>
This page took 0.023392 seconds and 4 git commands to generate.