change #include "algorithm.h" to <target/algorithm.h>
commit2958665f6b1239705a7dcc2b275810c394023f0f
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:35 +0000 (3 04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:40 +0000 (3 04:24 -0800)
tree6fd9126f123dea7930ecdf9723bc67f41769e403
parent2641fd9576ae5e3c2856de9a06176b24d05149ac
change #include "algorithm.h" to <target/algorithm.h>

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

#include "algorithm.h"

the following form should be used.

#include <target/algorithm.h>

The exception is from .c files in the same directory.
src/flash/arm_nandio.c
src/flash/nor/aduc702x.c
src/flash/nor/cfi.c
src/flash/nor/ecos.c
src/flash/nor/lpc2000.c
src/flash/nor/lpc2900.c
src/flash/nor/stellaris.c
src/flash/nor/stm32x.c
src/flash/nor/str7x.c
src/flash/nor/str9x.c