summaryrefslogtreecommitdiff
path: root/src/jtag/zy1000
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/jtag/zy1000
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/jtag/zy1000')
-rw-r--r--src/jtag/zy1000/zy1000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtag/zy1000/zy1000.c b/src/jtag/zy1000/zy1000.c
index ca70b2b2..5b6e4ea0 100644
--- a/src/jtag/zy1000/zy1000.c
+++ b/src/jtag/zy1000/zy1000.c
@@ -20,7 +20,7 @@
#include "config.h"
#endif
-#include "embeddedice.h"
+#include <target/embeddedice.h>
#include <jtag/minidriver.h>
#include <jtag/interface.h>
#include "zy1000_version.h"