change #include "arm_adi_v5.h" to <target/arm_adi_v5.h>
commit0c1bc6703cc76b61d352477af9a796dcab28adcd
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:39 +0000 (3 04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:40 +0000 (3 04:24 -0800)
tree509fafee2640b60d69a77b5c08773f8d443486c0
parent2c35b35e111b5a23a3316e02e419c212840c4cc2
change #include "arm_adi_v5.h" to <target/arm_adi_v5.h>

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

#include "arm_adi_v5.h"

the following form should be used.

#include <target/arm_adi_v5.h>

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