change #include "types.h" to <helper/types.h>
commitdf0e90ec8c728be50f1457ecc513d78de044f5a4
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:30 +0000 (3 04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:22:52 +0000 (3 04:22 -0800)
tree73c1742fe3fb11deb8b2bd409af7bfcffab694f4
parent6512e5e36b067ae458cb7f6a9fdfb08d38da3583
change #include "types.h" to <helper/types.h>

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

#include "types.h"

the following form should be used.

#include <helper/types.h>

The exception is from .c files in the same directory.
20 files changed:
src/ecosboard.c
src/flash/common.h
src/flash/nor/at91sam3.c
src/flash/nor/avrf.h
src/helper/binarybuffer.h
src/helper/command.h
src/helper/fileio.h
src/helper/replacements.h
src/jtag/drivers/rlink.h
src/jtag/drivers/usb_common.h
src/pld/xilinx_bit.h
src/target/arm_disassembler.h
src/target/arm_simulator.h
src/target/armv4_5_cache.h
src/target/breakpoints.h
src/target/mips_m4k.h
src/target/register.c
src/target/target.h
src/target/target_type.h
src/target/trace.h