diff options
Diffstat (limited to 'VA/host/app.c')
-rw-r--r-- | VA/host/app.c | 6 |
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 |