summaryrefslogtreecommitdiff
path: root/src/target/cortex_m3.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-12-03 04:14:43 -0800
committerZachary T Welch <zw@superlucidity.net>2009-12-03 04:24:41 -0800
commitf52a5968604ae0dffc5b93e745724f850a416282 (patch)
tree7e0605e89492b204749897d518c3d3ba5c1142cc /src/target/cortex_m3.h
parenta1c40f5120bd45f98974fd73d1cdaa10c674f09c (diff)
downloadopenocd+libswd-f52a5968604ae0dffc5b93e745724f850a416282.tar.gz
openocd+libswd-f52a5968604ae0dffc5b93e745724f850a416282.tar.bz2
openocd+libswd-f52a5968604ae0dffc5b93e745724f850a416282.tar.xz
openocd+libswd-f52a5968604ae0dffc5b93e745724f850a416282.zip
change #include "armv7m.h" to <target/armv7m.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "armv7m.h" the following form should be used. #include <target/armv7m.h> The exception is from .c files in the same directory.
Diffstat (limited to 'src/target/cortex_m3.h')
-rw-r--r--src/target/cortex_m3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/cortex_m3.h b/src/target/cortex_m3.h
index 7ce89014..c31c3f5d 100644
--- a/src/target/cortex_m3.h
+++ b/src/target/cortex_m3.h
@@ -26,7 +26,7 @@
#ifndef CORTEX_M3_H
#define CORTEX_M3_H
-#include "armv7m.h"
+#include <target/armv7m.h>
#define CORTEX_M3_COMMON_MAGIC 0x1A451A45