Common Trace Format 2 generation
[lttng-tools.git] / src / bin / lttng / utils.cpp
index 6440ca7dfc883db2bd282aeff098e4acaa910977..85b422020f97d43ab34c81d5bd41e97b2b011e5d 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.025406 seconds and 5 git commands to generate.