Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng / conf.cpp
index 4e22ca005c3202917c9f3dbb04a65df1ea7d3d28..d79fba989f1368bc75cfcb2575f8b459b232b7cb 100644 (file)
 #include <sys/types.h>
 #include <unistd.h>
 
-#include <common/compat/errno.h>
-#include <common/common.h>
-#include <common/utils.h>
+#include <common/compat/errno.hpp>
+#include <common/common.hpp>
+#include <common/utils.hpp>
 
-#include "conf.h"
+#include "conf.hpp"
 
 /*
  * Returns the path with '/CONFIG_FILENAME' added to it;
This page took 0.023126 seconds and 4 git commands to generate.