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