Fix: tracker: inclusion of internal header in public header
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 12 Feb 2020 23:52:41 +0000 (18:52 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 12 Feb 2020 23:52:41 +0000 (18:52 -0500)
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 <jeremie.galarneau@efficios.com>
Change-Id: Ie385dba2dc03506db2e075c15969836303470b56

include/lttng/tracker.h

index fd715d799ed53dca68a7c74d0c15a13d8dafddf1..2f1fbd8f4341295f25c22e299bc2594db029f872 100644 (file)
@@ -9,7 +9,6 @@
 #define LTTNG_TRACKER_H
 
 #include <lttng/constant.h>
-#include <common/macros.h>
 #include <lttng/session.h>
 
 #ifdef __cplusplus
This page took 0.026578 seconds and 5 git commands to generate.