Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng / commands / help.cpp
index a9a01e7f14a65db8084e5b8cdbdaa6c0ad038c8d..74b64964443aa184eb8ac7762491f4cac2e37037 100644 (file)
@@ -11,8 +11,8 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "../command.h"
-#include <common/utils.h>
+#include "../command.hpp"
+#include <common/utils.hpp>
 
 #ifdef LTTNG_EMBED_HELP
 static const char *help_msg =
This page took 0.02261 seconds and 4 git commands to generate.