Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng / commands / version.cpp
index 2126e20b7959fe9fe0acaba86a0e8bf26d19a6f0..e4aed95ad8ac3ad442442240098598c9e05ffe95 100644 (file)
 #include <sys/types.h>
 #include <unistd.h>
 
-#include <common/mi-lttng.h>
+#include <common/mi-lttng.hpp>
 
-#include "../command.h"
-#include "version.h"
+#include "../command.hpp"
+#include "version.hpp"
 
 #ifdef LTTNG_EMBED_HELP
 static const char help_msg[] =
This page took 0.02272 seconds and 4 git commands to generate.