summaryrefslogtreecommitdiff
path: root/src/target/armv7a.c
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-12-03 04:14:28 -0800
committerZachary T Welch <zw@superlucidity.net>2009-12-03 04:22:52 -0800
commitba00ba47d289381d1fbfb84b6f4b18f8dff2f011 (patch)
tree9fde31fc79cb5039117f9c0a0b5ead1d032a277b /src/target/armv7a.c
parent6c3a28ca260833dc2347d16792fb2cb2abec6e52 (diff)
downloadopenocd+libswd-ba00ba47d289381d1fbfb84b6f4b18f8dff2f011.tar.gz
openocd+libswd-ba00ba47d289381d1fbfb84b6f4b18f8dff2f011.tar.bz2
openocd+libswd-ba00ba47d289381d1fbfb84b6f4b18f8dff2f011.tar.xz
openocd+libswd-ba00ba47d289381d1fbfb84b6f4b18f8dff2f011.zip
change #include "replacements.h" to <helper/replacements.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "replacements.h" the following form should be used. #include <helper/replacements.h> The exception is from .c files in the same directory.
Diffstat (limited to 'src/target/armv7a.c')
-rw-r--r--src/target/armv7a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/armv7a.c b/src/target/armv7a.c
index ae5ed087..5d3976f5 100644
--- a/src/target/armv7a.c
+++ b/src/target/armv7a.c
@@ -20,7 +20,7 @@
#include "config.h"
#endif
-#include "replacements.h"
+#include <helper/replacements.h>
#include "armv7a.h"
#include "arm_disassembler.h"