change #include "../hello.h" to "hello.h"
commitf7bd1e8f3a302378687ded559e865c258d441c89
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 11:46:15 +0000 (3 03:46 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:50 +0000 (3 04:24 -0800)
treea8b84a30b862b5e7bc2c46fdca460b03abdcf967
parent12499f97fdeceb7175a4d3847d6b9e2c95ce8b34
change #include "../hello.h" to "hello.h"

Before we can -I the top-level src/ directory alone, references to
"hello.h" must be updated.  This is an internal header, so it does
not need angle brackets.
src/flash/nand/nonce.c
src/flash/nor/faux.c
src/jtag/drivers/dummy.c
src/target/testee.c