summaryrefslogtreecommitdiff
path: root/tools/tracing/rtla/src/timerlat.c
diff options
context:
space:
mode:
authorWander Lairson Costa <wander@redhat.com>2026-01-06 08:49:47 -0300
committerTomas Glozar <tglozar@redhat.com>2026-01-07 15:57:55 +0100
commitf3cc3e4b5116929ebff27c3b0a565b34ae4969b3 (patch)
tree4c5385457fc3872bedf67157645928a84abe94be /tools/tracing/rtla/src/timerlat.c
parentd849f3af1cc7a53e3b150a9bbade8f9629445b36 (diff)
downloadlwn-f3cc3e4b5116929ebff27c3b0a565b34ae4969b3.tar.gz
lwn-f3cc3e4b5116929ebff27c3b0a565b34ae4969b3.zip
rtla: Remove unused headers
Remove unused includes for <errno.h> and <signal.h> to clean up the code and reduce unnecessary dependencies. Signed-off-by: Wander Lairson Costa <wander@redhat.com> Link: https://lore.kernel.org/r/20260106133655.249887-12-wander@redhat.com Signed-off-by: Tomas Glozar <tglozar@redhat.com>
Diffstat (limited to 'tools/tracing/rtla/src/timerlat.c')
-rw-r--r--tools/tracing/rtla/src/timerlat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/tracing/rtla/src/timerlat.c b/tools/tracing/rtla/src/timerlat.c
index 8f6cf55f4a94..8f8811f7a13b 100644
--- a/tools/tracing/rtla/src/timerlat.c
+++ b/tools/tracing/rtla/src/timerlat.c
@@ -9,7 +9,6 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <sched.h>