From f7bd1e8f3a302378687ded559e865c258d441c89 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Thu, 3 Dec 2009 03:46:15 -0800 Subject: 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/nor/faux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flash/nor/faux.c') diff --git a/src/flash/nor/faux.c b/src/flash/nor/faux.c index 49a0f722..c996522c 100644 --- a/src/flash/nor/faux.c +++ b/src/flash/nor/faux.c @@ -23,7 +23,7 @@ #include #include -#include "../hello.h" +#include "hello.h" struct faux_flash_bank -- cgit v1.2.3