change #include "fileio.h" to <helper/fileio.h>
commit14ed20967f660ca888bba53c47c1c648f470f8e2
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)
treef597cc6992aaa44e7a2c75b32d0d2e69ce57650b
parent0b7720d2ffc92a1a27bc01cb05ebd7d8d83c427c
change #include "fileio.h" to <helper/fileio.h>

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

#include "fileio.h"

the following form should be used.

#include <helper/fileio.h>

The exception is from .c files in the same directory.
src/flash/mflash.c
src/flash/nand.c
src/target/image.h