Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng / utils.cpp
index 528318b2af6bf10f442447720641da59c344df7e..9a9f39bf2529b1cd6328f5052b73672715d12663 100644 (file)
 #include <inttypes.h>
 #include <unistd.h>
 
-#include <common/error.h>
-#include <common/utils.h>
-#include <common/defaults.h>
+#include <common/error.hpp>
+#include <common/utils.hpp>
+#include <common/defaults.hpp>
 
-#include "conf.h"
-#include "utils.h"
-#include "command.h"
+#include "conf.hpp"
+#include "utils.hpp"
+#include "command.hpp"
 
 static const char *str_all = "ALL";
 static const char *str_tracepoint = "Tracepoint";
This page took 0.022972 seconds and 4 git commands to generate.