summaryrefslogtreecommitdiff
path: root/src/target/target.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-12-03 04:14:27 -0800
committerZachary T Welch <zw@superlucidity.net>2009-12-03 04:22:52 -0800
commit35f1a40f6fad146db9d5546c47c45472d0ef0bed (patch)
tree5f498b4e27e2d194e25b7264c8a9cf54364de363 /src/target/target.h
parent2fc071c6e1180f8dab1e2513106d5e18213fdc8b (diff)
downloadopenocd+libswd-35f1a40f6fad146db9d5546c47c45472d0ef0bed.tar.gz
openocd+libswd-35f1a40f6fad146db9d5546c47c45472d0ef0bed.tar.bz2
openocd+libswd-35f1a40f6fad146db9d5546c47c45472d0ef0bed.tar.xz
openocd+libswd-35f1a40f6fad146db9d5546c47c45472d0ef0bed.zip
change #include "jim.h" to <helper/jim.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "jim.h" the following form should be used. #include <helper/jim.h> The exception is from .c files in the same directory.
Diffstat (limited to 'src/target/target.h')
-rw-r--r--src/target/target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/target.h b/src/target/target.h
index 3e307142..43ac65fc 100644
--- a/src/target/target.h
+++ b/src/target/target.h
@@ -27,7 +27,7 @@
#define TARGET_H
#include "types.h"
-#include "jim.h"
+#include <helper/jim.h>
struct reg;
struct trace;