From: Zachary T Welch Date: Thu, 3 Dec 2009 12:14:36 +0000 (-0800) Subject: change #include "arm11.h" to X-Git-Tag: v0.4.0-rc1~186 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=28b17945059a4dcca4dba0ef30d07f0c3f328366;p=openocd change #include "arm11.h" to Changes from the flat namespace to heirarchical one. Instead of writing: #include "arm11.h" the following form should be used. #include The exception is from .c files in the same directory. --- diff --git a/src/target/arm11_dbgtap.h b/src/target/arm11_dbgtap.h index fa197447..a6b9bbd8 100644 --- a/src/target/arm11_dbgtap.h +++ b/src/target/arm11_dbgtap.h @@ -1,7 +1,7 @@ #ifndef ARM11_DBGTAP_H #define ARM11_DBGTAP_H -#include "arm11.h" +#include /* ARM11 internals */