diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-05-13 14:18:39 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-05-13 14:18:39 +0200 |
commit | eb71b2b0a15a400d61285e4e0534a27af5c4f41d (patch) | |
tree | 4fa014d35792b33fade0df84baa19fbc33d790e0 /TRNS/host/app.c | |
parent | 05001600966baeeba4ef42ddcf1804975fe88625 (diff) |
TRNS: refactor AspectC++ and timer headers
Diffstat (limited to 'TRNS/host/app.c')
-rw-r--r-- | TRNS/host/app.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 <assert.h> #include <math.h> -#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 |