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