diff options
author | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:14:27 -0800 |
---|---|---|
committer | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:22:52 -0800 |
commit | 35f1a40f6fad146db9d5546c47c45472d0ef0bed (patch) | |
tree | 5f498b4e27e2d194e25b7264c8a9cf54364de363 /doc/manual/target | |
parent | 2fc071c6e1180f8dab1e2513106d5e18213fdc8b (diff) | |
download | openocd_libswd-35f1a40f6fad146db9d5546c47c45472d0ef0bed.tar.gz openocd_libswd-35f1a40f6fad146db9d5546c47c45472d0ef0bed.tar.bz2 openocd_libswd-35f1a40f6fad146db9d5546c47c45472d0ef0bed.tar.xz openocd_libswd-35f1a40f6fad146db9d5546c47c45472d0ef0bed.zip |
change #include "jim.h" to <helper/jim.h>
Changes from the flat namespace to heirarchical one. Instead of writing:
#include "jim.h"
the following form should be used.
#include <helper/jim.h>
The exception is from .c files in the same directory.
Diffstat (limited to 'doc/manual/target')
0 files changed, 0 insertions, 0 deletions