Rename C++ header files to .hpp
[lttng-tools.git] / src / lib / lttng-ctl / snapshot.cpp
index b50403512d2f9378ee56269212146ca1b7407fce..b9bac9aa84b0c2d3cc90c4efcf6593922dbbc1af 100644 (file)
@@ -8,12 +8,12 @@
 #define _LGPL_SOURCE
 #include <string.h>
 
-#include <common/sessiond-comm/sessiond-comm.h>
+#include <common/sessiond-comm/sessiond-comm.hpp>
 #include <lttng/lttng-error.h>
 #include <lttng/snapshot.h>
-#include <lttng/snapshot-internal.h>
+#include <lttng/snapshot-internal.hpp>
 
-#include "lttng-ctl-helper.h"
+#include "lttng-ctl-helper.hpp"
 
 /*
  * Add an output object to a session identified by name.
This page took 0.023532 seconds and 4 git commands to generate.