summaryrefslogtreecommitdiff
path: root/src/target/xscale.h
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-12-13 12:52:23 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-12-13 12:52:23 -0800
commit6f929dbd93e1b2c0373f389060bf64e60e8194ab (patch)
treebb48b54ab70516822afe05a2464e8382fa1e18c3 /src/target/xscale.h
parent38e376d232ecb3d6a436a20c09019d1a13b0d42b (diff)
downloadopenocd+libswd-6f929dbd93e1b2c0373f389060bf64e60e8194ab.tar.gz
openocd+libswd-6f929dbd93e1b2c0373f389060bf64e60e8194ab.tar.bz2
openocd+libswd-6f929dbd93e1b2c0373f389060bf64e60e8194ab.tar.xz
openocd+libswd-6f929dbd93e1b2c0373f389060bf64e60e8194ab.zip
target files shouldn't #include <target/...h>
Make these ".h" files adopt the same policy the ".c" files already follow: don't use <subsystem/...h> syntax for private interfaces. If we ever get reviewed/supported "public" interfaces they should come exclusively from some include/... directory; that'll be the time to switch to <...> syntax for any subsystem's own interfaces. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/target/xscale.h')
-rw-r--r--src/target/xscale.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/target/xscale.h b/src/target/xscale.h
index 97038d8c..f20074fd 100644
--- a/src/target/xscale.h
+++ b/src/target/xscale.h
@@ -23,9 +23,9 @@
#ifndef XSCALE_H
#define XSCALE_H
-#include <target/arm.h>
-#include <target/armv4_5_mmu.h>
-#include <target/trace.h>
+#include "arm.h"
+#include "armv4_5_mmu.h"
+#include "trace.h"
#define XSCALE_COMMON_MAGIC 0x58534341