diff options
author | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:15:03 -0800 |
---|---|---|
committer | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:24:49 -0800 |
commit | 8256a792c5a74ba0c37121652d3e753b65aee02d (patch) | |
tree | a251c5a208bb4f5fbb7be28b970a9adb7a9bd8b5 /tcl/interface | |
parent | c538a830cdaafa92c9e9a624d84915cc39cce05b (diff) | |
download | openocd_libswd-8256a792c5a74ba0c37121652d3e753b65aee02d.tar.gz openocd_libswd-8256a792c5a74ba0c37121652d3e753b65aee02d.tar.bz2 openocd_libswd-8256a792c5a74ba0c37121652d3e753b65aee02d.tar.xz openocd_libswd-8256a792c5a74ba0c37121652d3e753b65aee02d.zip |
change #include "telnet_server.h" to <server/telnet_server.h>
Changes from the flat namespace to heirarchical one. Instead of writing:
#include "telnet_server.h"
the following form should be used.
#include <server/telnet_server.h>
The exception is from .c files in the same directory.
Diffstat (limited to 'tcl/interface')
0 files changed, 0 insertions, 0 deletions