change #include "httpd.h" to <server/httpd.h>
commit6db3ed48c6d152446dafc70b8495970cd2b22d3a
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:15:03 +0000 (3 04:15 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:49 +0000 (3 04:24 -0800)
treef8102bdc47bec03ab67410b653c0171ee74f3e99
parent5e7369d99aaa27a4c110507a3f0b0431fa566090
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.
src/openocd.c