From 9060d3c87b717189350035603a791b47a16f8fc8 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 29 Sep 2020 15:51:47 -0700 Subject: [PATCH] fix paths for waste3 debug script --- selfdrive/debug/internal/rt/waste3.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/selfdrive/debug/internal/rt/waste3.c b/selfdrive/debug/internal/rt/waste3.c index 965ce59d85..c536ca9c6d 100644 --- a/selfdrive/debug/internal/rt/waste3.c +++ b/selfdrive/debug/internal/rt/waste3.c @@ -5,8 +5,8 @@ #include #include #include -#include "../../common/util.h" -#include "../../common/timing.h" +#include "../../../common/util.h" +#include "../../../common/timing.h" #define CORES 3 double ttime[CORES];