summaryrefslogtreecommitdiff
path: root/src/target/armv7m.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-12-03 04:14:39 -0800
committerZachary T Welch <zw@superlucidity.net>2009-12-03 04:24:40 -0800
commit0c1bc6703cc76b61d352477af9a796dcab28adcd (patch)
tree509fafee2640b60d69a77b5c08773f8d443486c0 /src/target/armv7m.h
parent2c35b35e111b5a23a3316e02e419c212840c4cc2 (diff)
downloadopenocd+libswd-0c1bc6703cc76b61d352477af9a796dcab28adcd.tar.gz
openocd+libswd-0c1bc6703cc76b61d352477af9a796dcab28adcd.tar.bz2
openocd+libswd-0c1bc6703cc76b61d352477af9a796dcab28adcd.tar.xz
openocd+libswd-0c1bc6703cc76b61d352477af9a796dcab28adcd.zip
change #include "arm_adi_v5.h" to <target/arm_adi_v5.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "arm_adi_v5.h" the following form should be used. #include <target/arm_adi_v5.h> The exception is from .c files in the same directory.
Diffstat (limited to 'src/target/armv7m.h')
-rw-r--r--src/target/armv7m.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/armv7m.h b/src/target/armv7m.h
index 7299bdf9..46871e1e 100644
--- a/src/target/armv7m.h
+++ b/src/target/armv7m.h
@@ -26,7 +26,7 @@
#ifndef ARMV7M_COMMON_H
#define ARMV7M_COMMON_H
-#include "arm_adi_v5.h"
+#include <target/arm_adi_v5.h>
#include "armv4_5.h"
/* define for enabling armv7 gdb workarounds */