summaryrefslogtreecommitdiff
path: root/src/flash
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash')
-rw-r--r--src/flash/flash.h2
-rw-r--r--src/flash/mflash.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/flash/flash.h b/src/flash/flash.h
index fea7372c..5e31c48b 100644
--- a/src/flash/flash.h
+++ b/src/flash/flash.h
@@ -26,7 +26,7 @@
#ifndef FLASH_H
#define FLASH_H
-#include "target.h"
+#include <target/target.h>
#include <helper/log.h>
struct image;
diff --git a/src/flash/mflash.c b/src/flash/mflash.c
index 63e71db1..aa02e157 100644
--- a/src/flash/mflash.c
+++ b/src/flash/mflash.c
@@ -22,7 +22,7 @@
#endif
#include "mflash.h"
-#include "target.h"
+#include <target/target.h>
#include <helper/time_support.h>
#include <helper/fileio.h>
#include <helper/log.h>