You are viewing a plain text version of this content. The canonical link for it is here.
Posted to websh-cvs@tcl.apache.org by ro...@apache.org on 2009/06/12 15:37:16 UTC

svn commit: r784114 - in /tcl/websh/trunk/src: ChangeLog generic/mod_websh.c

Author: ronnie
Date: Fri Jun 12 13:37:16 2009
New Revision: 784114

URL: http://svn.apache.org/viewvc?rev=784114&view=rev
Log:
- removed redundant header includes and defines

Modified:
    tcl/websh/trunk/src/ChangeLog
    tcl/websh/trunk/src/generic/mod_websh.c

Modified: tcl/websh/trunk/src/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/ChangeLog?rev=784114&r1=784113&r2=784114&view=diff
==============================================================================
--- tcl/websh/trunk/src/ChangeLog (original)
+++ tcl/websh/trunk/src/ChangeLog Fri Jun 12 13:37:16 2009
@@ -2,6 +2,8 @@
 	* src/tests/logtosyslog.test:
 	- add constraint to only run test when syslog is 
 	  found and readable
+	* src/generic/mod_websh.c:
+	- removed redundant header includes and defines
 
 2009-05-22 Brunner Ronnie <ro...@netcetera.ch>
 	* src/generic/url.c:

Modified: tcl/websh/trunk/src/generic/mod_websh.c
URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/generic/mod_websh.c?rev=784114&r1=784113&r2=784114&view=diff
==============================================================================
--- tcl/websh/trunk/src/generic/mod_websh.c (original)
+++ tcl/websh/trunk/src/generic/mod_websh.c Fri Jun 12 13:37:16 2009
@@ -69,29 +69,14 @@
  */
 
 /* ----------------------------------------------------------------------------
- * httpd includes
- * ------------------------------------------------------------------------- */
-#include "httpd.h"
-#include "http_config.h"
-#include "http_request.h"
-#include "http_core.h"
-#include "http_protocol.h"
-#include "http_main.h"
-#include "http_log.h"
-
-/* ----------------------------------------------------------------------------
  * tcl/websh includes
  * ------------------------------------------------------------------------- */
 #include "tcl.h"		/* tcl headers */
 #include "web.h"		/* websh headers */
-#include "mod_websh.h"		/* apchannel stuff */
+#include "mod_websh.h"		/* apache stuff */
 #include "interpool.h"
 #include "logtoap.h"
 
-#ifndef APACHE2
-#include "http_conf_globals.h"
-#endif /* APACHE2 */
-
 #define WEBSHHANDLER "websh"
 
 #ifndef APACHE2



---------------------------------------------------------------------
To unsubscribe, e-mail: websh-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: websh-cvs-help@tcl.apache.org