Fix: remove relative include for health check
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.c
index 27b40b84ac43dd30b97105bcaa75bd9d610a213c..df0911c7130c4995fc617acc0994a4366efcf03e 100644 (file)
@@ -32,6 +32,7 @@
 #include <urcu/list.h>
 #include <signal.h>
 
+#include <bin/lttng-consumerd/health-consumerd.h>
 #include <common/common.h>
 #include <common/sessiond-comm/sessiond-comm.h>
 #include <common/relayd/relayd.h>
@@ -43,7 +44,6 @@
 #include <common/index/index.h>
 
 #include "ust-consumer.h"
-#include "../../bin/lttng-consumerd/health-consumerd.h"
 
 extern struct lttng_consumer_global_data consumer_data;
 extern int consumer_poll_timeout;
This page took 0.02555 seconds and 5 git commands to generate.