diff options
author | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:14:31 -0800 |
---|---|---|
committer | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:22:52 -0800 |
commit | 165fb9309d16ff91967f26ce8c01bfd176371506 (patch) | |
tree | d48d31652964e1c84a36c93009b9c557d633f03a /tcl/board | |
parent | c9e448222cc5d1162f5e495cdfd327732c50a484 (diff) | |
download | openocd+libswd-165fb9309d16ff91967f26ce8c01bfd176371506.tar.gz openocd+libswd-165fb9309d16ff91967f26ce8c01bfd176371506.tar.bz2 openocd+libswd-165fb9309d16ff91967f26ce8c01bfd176371506.tar.xz openocd+libswd-165fb9309d16ff91967f26ce8c01bfd176371506.zip |
change #include "interface.h" to <jtag/interface.h>
Changes from the flat namespace to heirarchical one. Instead of writing:
#include "interface.h"
the following form should be used.
#include <jtag/interface.h>
The exception is from .c files in the same directory.
Diffstat (limited to 'tcl/board')
0 files changed, 0 insertions, 0 deletions