diff --git a/MagicEyes/src/backend/process/cpu_watcher/src/cpu_watcher.c b/MagicEyes/src/backend/process/cpu_watcher/src/cpu_watcher.c index e50e23ab2..bcc8da5cb 100644 --- a/MagicEyes/src/backend/process/cpu_watcher/src/cpu_watcher.c +++ b/MagicEyes/src/backend/process/cpu_watcher/src/cpu_watcher.c @@ -30,14 +30,15 @@ #include #include #include -#include "cpu_watcher_helper.h" -#include "sar.skel.h" -#include "cs_delay.skel.h" -#include "sc_delay.skel.h" -#include "preempt.skel.h" -#include "schedule_delay.skel.h" -#include "mq_delay.skel.h" -#include "mutrace.skel.h" +#include "../include/cpu_watcher_helper.h" + +#include "process/cpu_watcher/sar.skel.h" +#include "process/cpu_watcher/cs_delay.skel.h" +#include "process/cpu_watcher/sc_delay.skel.h" +#include "process/cpu_watcher/preempt.skel.h" +#include "process/cpu_watcher/schedule_delay.skel.h" +#include "process/cpu_watcher/mq_delay.skel.h" +#include "process/cpu_watcher/mutrace.skel.h" typedef long long unsigned int u64; typedef unsigned int u32;