aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/faux.c
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-12-03 04:14:47 -0800
committerZachary T Welch <zw@superlucidity.net>2009-12-03 04:24:41 -0800
commit7da02a8330d48f05f1ea9af93adb572f083aa728 (patch)
tree35930fa55472c98f3f028ac3848ce90b97b75a60 /src/flash/nor/faux.c
parent0241b1e1054e7d3d187c0a41c7ffefab321b6b67 (diff)
change #include "image.h" to <target/image.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "image.h" the following form should be used. #include <target/image.h> The exception is from .c files in the same directory.
Diffstat (limited to 'src/flash/nor/faux.c')
-rw-r--r--src/flash/nor/faux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nor/faux.c b/src/flash/nor/faux.c
index caec2c79..124ca3e1 100644
--- a/src/flash/nor/faux.c
+++ b/src/flash/nor/faux.c
@@ -22,7 +22,7 @@
#endif
#include "flash.h"
-#include "image.h"
+#include <target/image.h>
#include "../hello.h"