Fix: remove relative include for health check
[lttng-tools.git] / src / common / kernel-consumer / kernel-consumer.c
index a506737ab4170880b23c28a959c546e65ed9f81c..44d58d98317c24562a0442509418a10294986917 100644 (file)
@@ -29,6 +29,7 @@
 #include <unistd.h>
 #include <sys/stat.h>
 
+#include <bin/lttng-consumerd/health-consumerd.h>
 #include <common/common.h>
 #include <common/kernel-ctl/kernel-ctl.h>
 #include <common/sessiond-comm/sessiond-comm.h>
@@ -42,7 +43,6 @@
 #include <common/consumer-timer.h>
 
 #include "kernel-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.025558 seconds and 5 git commands to generate.