From eb71b2b0a15a400d61285e4e0534a27af5c4f41d Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Tue, 13 May 2025 14:18:39 +0200 Subject: TRNS: refactor AspectC++ and timer headers --- TRNS/host/app.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'TRNS/host/app.c') diff --git a/TRNS/host/app.c b/TRNS/host/app.c index 735d2a9..b9a81b7 100644 --- a/TRNS/host/app.c +++ b/TRNS/host/app.c @@ -30,9 +30,9 @@ extern "C" { #include #include -#include "../support/common.h" -#include "../support/timer.h" -#include "../support/params.h" +#include "common.h" +#include "timer.h" +#include "params.h" #define XSTR(x) STR(x) #define STR(x) #x -- cgit v1.2.3