From 1c2970f763c1281fbe7d2509e14dd98f6e7a6e46 Mon Sep 17 00:00:00 2001 From: Abhinav Gundrala Date: Fri, 20 Jan 2023 11:35:28 -0800 Subject: [PATCH] use relative paths --- include/core/lf_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/core/lf_types.h b/include/core/lf_types.h index ec3dc9df9..ff1d62bff 100644 --- a/include/core/lf_types.h +++ b/include/core/lf_types.h @@ -38,8 +38,8 @@ #include -#include "modes.h" // Modal model support -#include "pqueue.h" +#include "modal_models/modes.h" // Modal model support +#include "utils/pqueue.h" #include "platform.h" #include "tag.h"