summaryrefslogtreecommitdiff
path: root/src/flash
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-12-03 04:14:45 -0800
committerZachary T Welch <zw@superlucidity.net>2009-12-03 04:24:41 -0800
commit1650ab3a22d62c834126138f253643031c8418ba (patch)
treef2babdf61ea143b24ee2d081ae7222f6eff4bba1 /src/flash
parent26e4fac57e2e022409b63a444928a41399a0a76b (diff)
downloadopenocd+libswd-1650ab3a22d62c834126138f253643031c8418ba.tar.gz
openocd+libswd-1650ab3a22d62c834126138f253643031c8418ba.tar.bz2
openocd+libswd-1650ab3a22d62c834126138f253643031c8418ba.tar.xz
openocd+libswd-1650ab3a22d62c834126138f253643031c8418ba.zip
change #include "embeddedice.h" to <target/embeddedice.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "embeddedice.h" the following form should be used. #include <target/embeddedice.h> The exception is from .c files in the same directory.
Diffstat (limited to 'src/flash')
-rw-r--r--src/flash/nor/ecos.c2
-rw-r--r--src/flash/nor/ocl.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/flash/nor/ecos.c b/src/flash/nor/ecos.c
index f689e152..ca8f3f51 100644
--- a/src/flash/nor/ecos.c
+++ b/src/flash/nor/ecos.c
@@ -22,7 +22,7 @@
#endif
#include "flash.h"
-#include "embeddedice.h"
+#include <target/embeddedice.h>
#include "image.h"
#include <target/algorithm.h>
diff --git a/src/flash/nor/ocl.c b/src/flash/nor/ocl.c
index 388395f0..57d9efaa 100644
--- a/src/flash/nor/ocl.c
+++ b/src/flash/nor/ocl.c
@@ -23,7 +23,7 @@
#include "ocl.h"
#include "flash.h"
-#include "embeddedice.h"
+#include <target/embeddedice.h>
struct ocl_priv