change #include "log.h" to <helper/log.h>
commitc79cca04bed78839a18e73f3996805eb8001a812
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:28 +0000 (3 04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:22:52 +0000 (3 04:22 -0800)
treeef31b13038a68d5d864c005d9ef5c736528fe6c3
parent35f1a40f6fad146db9d5546c47c45472d0ef0bed
change #include "log.h" to <helper/log.h>

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

#include "log.h"

the following form should be used.

#include <helper/log.h>

The exception is from .c files in the same directory.
19 files changed:
src/flash/common.c
src/flash/flash.h
src/flash/mflash.c
src/hello.c
src/jtag/jtag.h
src/pld/pld.c
src/pld/xilinx_bit.c
src/server/httpd_stubs.c
src/server/server.h
src/target/arm_disassembler.c
src/target/arm_simulator.c
src/target/armv4_5_cache.c
src/target/armv4_5_mmu.c
src/target/breakpoints.c
src/target/image.c
src/target/register.c
src/target/target_request.c
src/target/testee.c
src/target/trace.c