Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng-sessiond / fd-limit.cpp
index 684332e9f6d88fd47e43a5676f97d6d058782f9c..ac5c83f4b19775beed137606c483d20dadb3ecd9 100644 (file)
@@ -10,9 +10,9 @@
 #include <sys/time.h>
 #include <sys/resource.h>
 #include <stdio.h>
-#include "fd-limit.h"
-#include <common/error.h>
-#include <common/compat/errno.h>
+#include "fd-limit.hpp"
+#include <common/error.hpp>
+#include <common/compat/errno.hpp>
 
 /* total count of fd. */
 static long fd_count;
This page took 0.02336 seconds and 4 git commands to generate.