From 98eea5680b491a26812214ddfeeafb3f088b94aa Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Thu, 3 Dec 2009 04:14:40 -0800 Subject: change #include "arm_dpm.h" to Changes from the flat namespace to heirarchical one. Instead of writing: #include "arm_dpm.h" the following form should be used. #include The exception is from .c files in the same directory. --- src/target/arm11.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/arm11.h') diff --git a/src/target/arm11.h b/src/target/arm11.h index cd528965..fd147207 100644 --- a/src/target/arm11.h +++ b/src/target/arm11.h @@ -24,7 +24,7 @@ #define ARM11_H #include "armv4_5.h" -#include "arm_dpm.h" +#include #define ARM11_TAP_DEFAULT TAP_INVALID -- cgit v1.2.3