diff options
author | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:14:44 -0800 |
---|---|---|
committer | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:24:41 -0800 |
commit | 26e4fac57e2e022409b63a444928a41399a0a76b (patch) | |
tree | a98682bae6ed3679e196b0c1916fd973fb125e31 /src/flash/nand/s3c2410.c | |
parent | 54063d72945e1022def8ad9b46dc61564eee1f22 (diff) | |
download | openocd+libswd-26e4fac57e2e022409b63a444928a41399a0a76b.tar.gz openocd+libswd-26e4fac57e2e022409b63a444928a41399a0a76b.tar.bz2 openocd+libswd-26e4fac57e2e022409b63a444928a41399a0a76b.tar.xz openocd+libswd-26e4fac57e2e022409b63a444928a41399a0a76b.zip |
change #include "breakpoints.h" to <target/breakpoints.h>
Changes from the flat namespace to heirarchical one. Instead of writing:
#include "breakpoints.h"
the following form should be used.
#include <target/breakpoints.h>
The exception is from .c files in the same directory.
Diffstat (limited to 'src/flash/nand/s3c2410.c')
0 files changed, 0 insertions, 0 deletions