Fix: remove relative include for health check
[lttng-tools.git] / src / common / consumer-timer.c
index 7ece0f6a54a37eb97084e8973cecc63c59b8b8e3..1571d86de78b95437d7f7ab833af79129a6b39e2 100644 (file)
@@ -21,6 +21,7 @@
 #include <inttypes.h>
 #include <signal.h>
 
+#include <bin/lttng-consumerd/health-consumerd.h>
 #include <common/common.h>
 #include <common/kernel-ctl/kernel-ctl.h>
 #include <common/kernel-consumer/kernel-consumer.h>
@@ -28,7 +29,6 @@
 
 #include "consumer-timer.h"
 #include "ust-consumer/ust-consumer.h"
-#include "../bin/lttng-consumerd/health-consumerd.h"
 
 static struct timer_signal_data timer_signal = {
        .tid = 0,
This page took 0.026749 seconds and 5 git commands to generate.