Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng / commands / save.cpp
index 4231922ad3f724f5ac36995184efd5c6053e7cdb..9b939102ccb8c8d8511c7cbefedd6c8c702645d6 100644 (file)
@@ -12,9 +12,9 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include <common/mi-lttng.h>
+#include <common/mi-lttng.hpp>
 
-#include "../command.h"
+#include "../command.hpp"
 #include <lttng/lttng.h>
 
 static char *opt_output_path;
This page took 0.023121 seconds and 4 git commands to generate.