From 6f156b09165d1fb4b5680395904b5ac8252ab6a7 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 3 May 2021 10:29:27 -0400 Subject: [PATCH] Remove include of internal header from tracepoint-event-impl.h Signed-off-by: Mathieu Desnoyers Change-Id: I9b504b4d898a9b53c2d1262379fca3e63b7fef2b --- include/lttng/tracepoint-event-impl.h | 1 - src/lttng-syscalls.c | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lttng/tracepoint-event-impl.h b/include/lttng/tracepoint-event-impl.h index 7d187555..e7eb31f1 100644 --- a/include/lttng/tracepoint-event-impl.h +++ b/include/lttng/tracepoint-event-impl.h @@ -20,7 +20,6 @@ #include #include #include -#include /* TODO: remove this include after refactoring is done. */ #include #include diff --git a/src/lttng-syscalls.c b/src/lttng-syscalls.c index dfb00cbb..9a0e1941 100644 --- a/src/lttng-syscalls.c +++ b/src/lttng-syscalls.c @@ -29,6 +29,7 @@ #include #include #include +#include #include #ifndef CONFIG_COMPAT -- 2.34.1