Common Trace Format 2 generation
[lttng-tools.git] / src / common / utils.cpp
index 93014627fe5162bf8d49c4813074debe3edf1ca7..780e39938cb0f8eed7cc5788b04b54ebea5c91cf 100644 (file)
@@ -7,7 +7,7 @@
  *
  */
 
-#include "common/macros.h"
+#include "common/macros.hpp"
 #define _LGPL_SOURCE
 #include <ctype.h>
 #include <fcntl.h>
 #include <sys/file.h>
 #include <unistd.h>
 
-#include <common/common.h>
-#include <common/readwrite.h>
-#include <common/runas.h>
-#include <common/compat/getenv.h>
-#include <common/compat/string.h>
-#include <common/compat/dirent.h>
-#include <common/compat/directory-handle.h>
-#include <common/dynamic-buffer.h>
-#include <common/string-utils/format.h>
+#include <common/common.hpp>
+#include <common/readwrite.hpp>
+#include <common/runas.hpp>
+#include <common/compat/getenv.hpp>
+#include <common/compat/string.hpp>
+#include <common/compat/dirent.hpp>
+#include <common/compat/directory-handle.hpp>
+#include <common/dynamic-buffer.hpp>
+#include <common/string-utils/format.hpp>
 #include <lttng/constant.h>
 
-#include "utils.h"
-#include "defaults.h"
-#include "time.h"
+#include "utils.hpp"
+#include "defaults.hpp"
+#include "time.hpp"
 
 #define PROC_MEMINFO_PATH               "/proc/meminfo"
 #define PROC_MEMINFO_MEMAVAILABLE_LINE  "MemAvailable:"
This page took 0.037181 seconds and 5 git commands to generate.