You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ia...@apache.org on 2001/12/26 23:00:01 UTC

cvs commit: httpd-2.0/server gen_test_char.c

ianh        01/12/26 14:00:01

  Modified:    server   gen_test_char.c
  Log:
  remove unneeded include
  
  Revision  Changes    Path
  1.8       +0 -1      httpd-2.0/server/gen_test_char.c
  
  Index: gen_test_char.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/gen_test_char.c,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- gen_test_char.c	2001/02/16 04:26:47	1.7
  +++ gen_test_char.c	2001/12/26 22:00:01	1.8
  @@ -64,7 +64,6 @@
   #endif
   
   /* we need some of the portability definitions... for strchr */
  -#include "ap_config.h"
   #include "httpd.h"
   
   /* A bunch of functions in util.c scan strings looking for certain characters.