]> git.sur5r.net Git - openocd/commit
change #include "arm11.h" to <target/arm11.h>
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:36 +0000 (04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:40 +0000 (04:24 -0800)
commit28b17945059a4dcca4dba0ef30d07f0c3f328366
tree324324c140aceeeefb8af8b2cebc846e076c9f1c
parent2958665f6b1239705a7dcc2b275810c394023f0f
change #include "arm11.h" to <target/arm11.h>

Changes from the flat namespace to heirarchical one.  Instead of writing:

#include "arm11.h"

the following form should be used.

#include <target/arm11.h>

The exception is from .c files in the same directory.
src/target/arm11_dbgtap.h