Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng / lttng.cpp
index 27e332e07b8b1ee57ed5da2979e4c8b6306e146c..7e70c3afce4f9e22b03e628bdda0b6344635d6ae 100644 (file)
 #include <ctype.h>
 
 #include <lttng/lttng.h>
-#include <common/error.h>
-#include <common/compat/getenv.h>
-#include <common/utils.h>
+#include <common/error.hpp>
+#include <common/compat/getenv.hpp>
+#include <common/utils.hpp>
 
-#include "command.h"
-#include "version.h"
+#include "command.hpp"
+#include "version.hpp"
 
 static const char *help_msg =
 #ifdef LTTNG_EMBED_HELP
This page took 0.023697 seconds and 4 git commands to generate.