From: Jérémie Galarneau Date: Wed, 12 Feb 2020 23:52:41 +0000 (-0500) Subject: Fix: tracker: inclusion of internal header in public header X-Git-Tag: v2.12.0-rc2~65 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=b8985eb549d9b76389b84c8d58e3a53a58da7bfe;hp=b201dc0c7a17765c52c36c997e319431ab97cb4f;p=lttng-tools.git Fix: tracker: inclusion of internal header in public header common/macros.h is an internal header which should not be used publicly. It doesn't seem used anyhow so it is simply removed here. Signed-off-by: Jérémie Galarneau Change-Id: Ie385dba2dc03506db2e075c15969836303470b56 --- diff --git a/include/lttng/tracker.h b/include/lttng/tracker.h index fd715d799..2f1fbd8f4 100644 --- a/include/lttng/tracker.h +++ b/include/lttng/tracker.h @@ -9,7 +9,6 @@ #define LTTNG_TRACKER_H #include -#include #include #ifdef __cplusplus