diff options
author | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:14:32 -0800 |
---|---|---|
committer | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:24:40 -0800 |
commit | 2641fd9576ae5e3c2856de9a06176b24d05149ac (patch) | |
tree | 39f8d0825ef7f6212e49c8cc0dbf4c846b2df7af /src/server | |
parent | cb4a475f6c26ff197cd9d601b0b9f86653d961a2 (diff) | |
download | openocd+libswd-2641fd9576ae5e3c2856de9a06176b24d05149ac.tar.gz openocd+libswd-2641fd9576ae5e3c2856de9a06176b24d05149ac.tar.bz2 openocd+libswd-2641fd9576ae5e3c2856de9a06176b24d05149ac.tar.xz openocd+libswd-2641fd9576ae5e3c2856de9a06176b24d05149ac.zip |
change #include "minidriver.h" to <jtag/minidriver.h>
Changes from the flat namespace to heirarchical one. Instead of writing:
#include "minidriver.h"
the following form should be used.
#include <jtag/minidriver.h>
The exception is from .c files in the same directory.
Diffstat (limited to 'src/server')
0 files changed, 0 insertions, 0 deletions