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