change #include "command.h" to <helper/command.h>
commit264d24495d7ff0048bd5c49736042ed66b90f7a6
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:25 +0000 (3 04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:22:48 +0000 (3 04:22 -0800)
tree572e169598fa3dfa7c898749917aa90e9d5e1e68
parentd1bc4375e99ce52b72988494f35beca364234bae
change #include "command.h" to <helper/command.h>

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

#include "command.h"

the following form should be used.

#include <helper/command.h>

The exception is from .c files in the same directory.
src/helper/configuration.h
src/helper/log.h
src/jtag/drivers/driver.c
src/pld/pld.h
src/target/armv4_5.h
src/target/armv7a.c
src/xsvf/xsvf.h