diff options
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 |