Fix: Remove unused headers
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 26 Jan 2017 19:55:46 +0000 (14:55 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 14 Feb 2017 15:17:00 +0000 (10:17 -0500)
This is a portability fix, these headers are unused and not available on
some platforms.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-relayd/health-relayd.c
src/common/futex.c

index cff6c6e72889a27e49820c29e9893e04dadbfe3b..b14b8277250f25f910588f12f50c293647e291a1 100644 (file)
@@ -37,7 +37,6 @@
 #include <sys/mman.h>
 #include <assert.h>
 #include <urcu/compiler.h>
-#include <ulimit.h>
 #include <inttypes.h>
 
 #include <common/defaults.h>
index 2ae03b27d13c47b85510795ee9f657a1bc2c3cd6..384e957a22d0406751c13dd03f02edd22bb0b768 100644 (file)
@@ -18,7 +18,6 @@
 
 #define _LGPL_SOURCE
 #include <limits.h>
-#include <sys/syscall.h>
 #include <unistd.h>
 #include <urcu.h>
 #include <urcu/futex.h>
This page took 0.026 seconds and 4 git commands to generate.