Fix: remove relative include for health check
[lttng-tools.git] / src / common / consumer.c
index 6f3a02d2619eeef095684fc927399fca7a9404dd..187c0c30cdf003741f053417e1c9209c64b80713 100644 (file)
@@ -30,6 +30,7 @@
 #include <inttypes.h>
 #include <signal.h>
 
+#include <bin/lttng-consumerd/health-consumerd.h>
 #include <common/common.h>
 #include <common/utils.h>
 #include <common/compat/poll.h>
@@ -44,7 +45,6 @@
 
 #include "consumer.h"
 #include "consumer-stream.h"
-#include "../bin/lttng-consumerd/health-consumerd.h"
 
 struct lttng_consumer_global_data consumer_data = {
        .stream_count = 0,
This page took 0.024227 seconds and 5 git commands to generate.