target: don't implicitly include "algorithm.h"
commitdb094c2e60176b3c63ce788159b04a7024ad1010
authorDavid Brownell <dbrownell@users.sourceforge.net>
Mon, 16 Nov 2009 08:35:05 +0000 (16 00:35 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Mon, 16 Nov 2009 08:35:05 +0000 (16 00:35 -0800)
tree21829e96c035889023c451e02b1243678505ae60
parentaa7c449600d6f6d634f587de6091421a1a877af5
target: don't implicitly include "algorithm.h"

Most files in the tree seem to have ended up including this,
and *quite* needlessly ... only code implementing or using
downloadable algorithms actually needs these declarations.

So take it out of the header files which included it, and put
it in files which use it ... reduce needless interdependencies.

Also: "algorithm.h" doesn't need to include "types.h" again;
it already comes from a different header.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
16 files changed:
src/flash/aduc702x.c
src/flash/arm_nandio.c
src/flash/cfi.c
src/flash/ecos.c
src/flash/lpc2000.c
src/flash/lpc2900.c
src/flash/stellaris.c
src/flash/stm32x.c
src/flash/str7x.c
src/flash/str9x.c
src/target/algorithm.h
src/target/arm11.c
src/target/arm7_9_common.c
src/target/armv4_5.c
src/target/armv7m.c
src/target/target.h