From c6dd6a576d0b680f67ad9fd8af12fb342b26c83d Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Thu, 3 Dec 2009 04:14:51 -0800 Subject: change #include "target.h" to Changes from the flat namespace to heirarchical one. Instead of writing: #include "target.h" the following form should be used. #include The exception is from .c files in the same directory. --- src/server/httpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/httpd.c') diff --git a/src/server/httpd.c b/src/server/httpd.c index b346ca2e..9554ff0e 100644 --- a/src/server/httpd.c +++ b/src/server/httpd.c @@ -26,7 +26,7 @@ #endif #include "telnet_server.h" -#include "target.h" +#include #include #include -- cgit v1.2.3