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