summaryrefslogtreecommitdiff
path: root/VA/host/app.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/host/app.c
parentffba7bb7077fe4c1fc3493ef45d71cadfef53782 (diff)
VA: Use common timer and timing aspect headers
Diffstat (limited to 'VA/host/app.c')
-rw-r--r--VA/host/app.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/VA/host/app.c b/VA/host/app.c
index 2455642..697731b 100644
--- a/VA/host/app.c
+++ b/VA/host/app.c
@@ -29,9 +29,9 @@ extern "C" {
#include <getopt.h>
#include <assert.h>
-#include "../support/common.h"
-#include "../support/timer.h"
-#include "../support/params.h"
+#include "common.h"
+#include "timer.h"
+#include "params.h"
// Define the DPU Binary path as DPU_BINARY here
#ifndef DPU_BINARY