Rename C++ header files to .hpp
[lttng-tools.git] / src / common / daemonize.cpp
index 16af5a3f78ccec5da76033a48a7d0a04bd0c38f2..0ed35556e81a52a87c8a94e8295e10a1fd1f3eca 100644 (file)
@@ -8,15 +8,15 @@
 
 #define _LGPL_SOURCE
 #include <unistd.h>
-#include <common/compat/paths.h>
+#include <common/compat/paths.hpp>
 #include <fcntl.h>
 #include <sys/wait.h>
 #include <stdlib.h>
 
 #include <urcu/system.h>
 
-#include <common/daemonize.h>
-#include <common/error.h>
+#include <common/daemonize.hpp>
+#include <common/error.hpp>
 
 int lttng_daemonize(pid_t *child_ppid, int *completion_flag,
                int close_fds)
This page took 0.023159 seconds and 4 git commands to generate.