change #include "armv7m.h" to <target/armv7m.h>
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:43 +0000 (04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:41 +0000 (04:24 -0800)
commitf52a5968604ae0dffc5b93e745724f850a416282
tree7e0605e89492b204749897d518c3d3ba5c1142cc
parenta1c40f5120bd45f98974fd73d1cdaa10c674f09c
change #include "armv7m.h" to <target/armv7m.h>

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

#include "armv7m.h"

the following form should be used.

#include <target/armv7m.h>

The exception is from .c files in the same directory.
src/flash/nor/lpc2000.c
src/flash/nor/stellaris.c
src/flash/nor/stm32x.c
src/target/cortex_m3.h