change #include "configuration.h" to <helper/configuration.h>
commit0b7720d2ffc92a1a27bc01cb05ebd7d8d83c427c
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:26 +0000 (3 04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:22:51 +0000 (3 04:22 -0800)
treeee2e03e2c660e230839b99fd922da2d54a612932
parent264d24495d7ff0048bd5c49736042ed66b90f7a6
change #include "configuration.h" to <helper/configuration.h>

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

#include "configuration.h"

the following form should be used.

#include <helper/configuration.h>

The exception is from .c files in the same directory.
src/ecosboard.c
src/openocd.c