From 591e195f3eeb06237dedd9c5a66fcfe0b0a10889 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Tue, 13 May 2025 11:59:49 +0200 Subject: VA: Use common timer and timing aspect headers --- VA/host/app.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'VA/host/app.c') 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 #include -#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 -- cgit v1.2.3