Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng-relayd / utils.cpp
index 52ac19e8a65c8641b06a9a7a86dd7bbc7a4a7583..ccfc3a92a745f85a68848556f78529f47ebc2a9e 100644 (file)
 #include <stdlib.h>
 #include <string.h>
 
-#include <common/common.h>
-#include <common/defaults.h>
-#include <common/utils.h>
-#include <common/path.h>
+#include <common/common.hpp>
+#include <common/defaults.hpp>
+#include <common/utils.hpp>
+#include <common/path.hpp>
 
-#include "lttng-relayd.h"
-#include "utils.h"
+#include "lttng-relayd.hpp"
+#include "utils.hpp"
 
 static char *create_output_path_auto(const char *path_name)
 {
This page took 0.023432 seconds and 4 git commands to generate.