From: Zachary T Welch Date: Thu, 3 Dec 2009 12:14:42 +0000 (-0800) Subject: change #include "armv4_5_cache.h" to X-Git-Tag: v0.4.0-rc1~177 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=56adfadb5de436ea627dc04a537917318317fd01;p=openocd change #include "armv4_5_cache.h" to Changes from the flat namespace to heirarchical one. Instead of writing: #include "armv4_5_cache.h" the following form should be used. #include The exception is from .c files in the same directory. --- diff --git a/src/target/armv4_5_mmu.h b/src/target/armv4_5_mmu.h index 6b9ed34c..428a3731 100644 --- a/src/target/armv4_5_mmu.h +++ b/src/target/armv4_5_mmu.h @@ -20,7 +20,7 @@ #ifndef ARMV4_5_MMU_H #define ARMV4_5_MMU_H -#include "armv4_5_cache.h" +#include struct target; diff --git a/src/target/armv7a.h b/src/target/armv7a.h index da8ccdf4..6872b38f 100644 --- a/src/target/armv7a.h +++ b/src/target/armv7a.h @@ -22,7 +22,7 @@ #include #include #include "armv4_5_mmu.h" -#include "armv4_5_cache.h" +#include #include enum