From 29accf68f9f8914e83a271f58ceee088892503a1 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Tue, 27 May 2025 11:45:23 +0200 Subject: SCAN-SSA: add dfatool support --- SCAN-SSA/host/omp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'SCAN-SSA/host/omp.c') diff --git a/SCAN-SSA/host/omp.c b/SCAN-SSA/host/omp.c index efa5360..3e722dc 100644 --- a/SCAN-SSA/host/omp.c +++ b/SCAN-SSA/host/omp.c @@ -12,9 +12,9 @@ #include #include -#include "../support/common.h" -#include "../support/timer.h" -#include "../support/params.h" +#include "common.h" +#include "timer.h" +#include "params.h" #define XSTR(x) STR(x) #define STR(x) #x -- cgit v1.2.3