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 | 6db3ed48c6d152446dafc70b8495970cd2b22d3a (patch) | |
tree | f8102bdc47bec03ab67410b653c0171ee74f3e99 /src/server/telnet_server.c | |
parent | 5e7369d99aaa27a4c110507a3f0b0431fa566090 (diff) | |
download | openocd_libswd-6db3ed48c6d152446dafc70b8495970cd2b22d3a.tar.gz openocd_libswd-6db3ed48c6d152446dafc70b8495970cd2b22d3a.tar.bz2 openocd_libswd-6db3ed48c6d152446dafc70b8495970cd2b22d3a.tar.xz openocd_libswd-6db3ed48c6d152446dafc70b8495970cd2b22d3a.zip |
change #include "httpd.h" to <server/httpd.h>
Changes from the flat namespace to heirarchical one. Instead of writing:
#include "httpd.h"
the following form should be used.
#include <server/httpd.h>
The exception is from .c files in the same directory.
Diffstat (limited to 'src/server/telnet_server.c')
0 files changed, 0 insertions, 0 deletions