diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-05-27 11:45:23 +0200 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-05-27 11:45:23 +0200 |
commit | 29accf68f9f8914e83a271f58ceee088892503a1 (patch) | |
tree | b64162a4c0d13f48ee00b9acf18b683be5fa81cd /SCAN-SSA/host/omp.c | |
parent | 75353ccaf532988b7b79b538e51c8d5d4c6ab9a3 (diff) |
SCAN-SSA: add dfatool support
Diffstat (limited to 'SCAN-SSA/host/omp.c')
-rw-r--r-- | SCAN-SSA/host/omp.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 <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 XSTR(x) STR(x) #define STR(x) #x |