Common Trace Format 2 generation
[lttng-tools.git] / src / bin / lttng-sessiond / fd-limit.cpp
index 833b64714b2aa1e9b1920c953962bf787076ee79..1b68491b8524c4298cda07ebc9810545d56630e6 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.038208 seconds and 5 git commands to generate.