Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng / commands / set_session.cpp
index ed1b1640f21d7ce008dabb8894d980415c0d7030..770921292996ac1151584b95db361a1a8bc0901e 100644 (file)
@@ -14,9 +14,9 @@
 #include <sys/types.h>
 #include <unistd.h>
 
-#include <common/mi-lttng.h>
+#include <common/mi-lttng.hpp>
 
-#include "../command.h"
+#include "../command.hpp"
 
 static char *opt_session_name;
 
This page took 0.023174 seconds and 4 git commands to generate.