summaryrefslogtreecommitdiff
path: root/src/flash/nor
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nor')
-rw-r--r--src/flash/nor/aduc702x.c2
-rw-r--r--src/flash/nor/at91sam3.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/flash/nor/aduc702x.c b/src/flash/nor/aduc702x.c
index 109b4866..f7aa7468 100644
--- a/src/flash/nor/aduc702x.c
+++ b/src/flash/nor/aduc702x.c
@@ -26,7 +26,7 @@
#include "flash.h"
#include "armv4_5.h"
#include <helper/binarybuffer.h>
-#include "time_support.h"
+#include <helper/time_support.h>
#include "algorithm.h"
diff --git a/src/flash/nor/at91sam3.c b/src/flash/nor/at91sam3.c
index 6be43f80..b27ea941 100644
--- a/src/flash/nor/at91sam3.c
+++ b/src/flash/nor/at91sam3.c
@@ -64,7 +64,7 @@
#include "flash.h"
#include <helper/membuf.h>
#include "at91sam3.h"
-#include "time_support.h"
+#include <helper/time_support.h>
#define REG_NAME_WIDTH (12)