From: Michael Jeanson Date: Thu, 26 Jan 2017 19:55:46 +0000 (-0500) Subject: Fix: Remove unused headers X-Git-Tag: v2.10.0-rc1~58 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=e55c055d9742a9af996214af306ea68c51e168d8 Fix: Remove unused headers This is a portability fix, these headers are unused and not available on some platforms. Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- diff --git a/src/bin/lttng-relayd/health-relayd.c b/src/bin/lttng-relayd/health-relayd.c index cff6c6e72..b14b82772 100644 --- a/src/bin/lttng-relayd/health-relayd.c +++ b/src/bin/lttng-relayd/health-relayd.c @@ -37,7 +37,6 @@ #include #include #include -#include #include #include diff --git a/src/common/futex.c b/src/common/futex.c index 2ae03b27d..384e957a2 100644 --- a/src/common/futex.c +++ b/src/common/futex.c @@ -18,7 +18,6 @@ #define _LGPL_SOURCE #include -#include #include #include #include