diff options
author | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:14:47 -0800 |
---|---|---|
committer | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:24:41 -0800 |
commit | 7da02a8330d48f05f1ea9af93adb572f083aa728 (patch) | |
tree | 35930fa55472c98f3f028ac3848ce90b97b75a60 /src/flash/nand/s3c2443.c | |
parent | 0241b1e1054e7d3d187c0a41c7ffefab321b6b67 (diff) | |
download | openocd+libswd-7da02a8330d48f05f1ea9af93adb572f083aa728.tar.gz openocd+libswd-7da02a8330d48f05f1ea9af93adb572f083aa728.tar.bz2 openocd+libswd-7da02a8330d48f05f1ea9af93adb572f083aa728.tar.xz openocd+libswd-7da02a8330d48f05f1ea9af93adb572f083aa728.zip |
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/nand/s3c2443.c')
0 files changed, 0 insertions, 0 deletions