change #include "binarybuffer.h" to <helper/binarybuffer.h>
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:25 +0000 (04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:22:17 +0000 (04:22 -0800)
commitd1bc4375e99ce52b72988494f35beca364234bae
treee79f10e7829e3cc55235970c877711b4b58d6665
parent5d57cad00136ac4191483ff5c04d8795c8ea3bde
change #include "binarybuffer.h" to <helper/binarybuffer.h>

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

#include "binarybuffer.h"

the following form should be used.

#include <helper/binarybuffer.h>

The exception is from .c files in the same directory.
16 files changed:
src/flash/arm_nandio.h
src/flash/nor/aduc702x.c
src/flash/nor/at91sam7.c
src/flash/nor/cfi.c
src/flash/nor/lpc2000.c
src/flash/nor/lpc288x.c
src/flash/nor/lpc2900.c
src/flash/nor/stellaris.c
src/flash/nor/stm32x.c
src/flash/nor/str7x.c
src/jtag/jtag.h
src/target/algorithm.c
src/target/arm_simulator.c
src/target/armv4_5.c
src/target/armv7a.c
src/target/target_request.c