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/dpu/task.c | |
parent | 05001600966baeeba4ef42ddcf1804975fe88625 (diff) |
TRNS: refactor AspectC++ and timer headers
Diffstat (limited to 'TRNS/dpu/task.c')
-rw-r--r-- | TRNS/dpu/task.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TRNS/dpu/task.c b/TRNS/dpu/task.c index 0f5e4be..9c0e0a8 100644 --- a/TRNS/dpu/task.c +++ b/TRNS/dpu/task.c @@ -12,7 +12,7 @@ #include <mutex.h> #include <barrier.h> -#include "../support/common.h" +#include "common.h" __host dpu_arguments_t DPU_INPUT_ARGUMENTS; |