Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng / commands / metadata.cpp
index 8f4d8df632235c508cbdc3657f32bff7c28322d6..38e99b4a408a2891298c729c6f28319732bdcd1b 100644 (file)
@@ -13,9 +13,9 @@
 #include <string.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;
 static char *session_name = NULL;
This page took 0.023217 seconds and 4 git commands to generate.