summaryrefslogtreecommitdiff
path: root/VA/dpu/task.c
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2025-05-13 11:59:49 +0200
committerBirte Kristina Friesel <birte.friesel@uos.de>2025-05-13 11:59:49 +0200
commit591e195f3eeb06237dedd9c5a66fcfe0b0a10889 (patch)
tree4daa94bdc644015afac7cd27b4ecf93299a8d79b /VA/dpu/task.c
parentffba7bb7077fe4c1fc3493ef45d71cadfef53782 (diff)
VA: Use common timer and timing aspect headers
Diffstat (limited to 'VA/dpu/task.c')
-rw-r--r--VA/dpu/task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/VA/dpu/task.c b/VA/dpu/task.c
index 9622911..91b1176 100644
--- a/VA/dpu/task.c
+++ b/VA/dpu/task.c
@@ -10,7 +10,7 @@
#include <perfcounter.h>
#include <barrier.h>
-#include "../support/common.h"
+#include "common.h"
__host dpu_arguments_t DPU_INPUT_ARGUMENTS;