summaryrefslogtreecommitdiff
path: root/TRNS/host/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'TRNS/host/app.c')
-rw-r--r--TRNS/host/app.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/TRNS/host/app.c b/TRNS/host/app.c
index 735d2a9..b9a81b7 100644
--- a/TRNS/host/app.c
+++ b/TRNS/host/app.c
@@ -30,9 +30,9 @@ extern "C" {
#include <assert.h>
#include <math.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