]> git.sur5r.net Git - openocd/commit - src/target/armv7a.h
change #include "arm_dpm.h" to <target/arm_dpm.h>
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:40 +0000 (04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:40 +0000 (04:24 -0800)
commit98eea5680b491a26812214ddfeeafb3f088b94aa
tree5e7e8caf57b17723f69010f0730110cd34e4e25c
parent0c1bc6703cc76b61d352477af9a796dcab28adcd
change #include "arm_dpm.h" to <target/arm_dpm.h>

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

#include "arm_dpm.h"

the following form should be used.

#include <target/arm_dpm.h>

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