Rename C++ header files to .hpp
[lttng-tools.git] / src / common / snapshot.cpp
index 960240b2c4a1144830109a97fe5389473c19fe43..618196dd86f02b30f46f207cb95653bf8c3a86a7 100644 (file)
@@ -1,16 +1,16 @@
 /*
  * Copyright (C) 2020 Simon Marchi <simon.marchi@efficios.com>
  *
- * SPDX-License-Identifier: GPL-2.0-only
+ * SPDX-License-Identifier: LGPL-2.1-only
  *
  */
 
-#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.023975 seconds and 4 git commands to generate.