You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by jo...@apache.org on 2003/04/23 19:24:12 UTC

cvs commit: httpd-apreq-2/src apreq_env.h

joes        2003/04/23 10:24:12

  Modified:    src      apreq_env.h
  Log:
  Remove unnecessary #include from apreq_env.h
  
  Revision  Changes    Path
  1.11      +2 -3      httpd-apreq-2/src/apreq_env.h
  
  Index: apreq_env.h
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/src/apreq_env.h,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- apreq_env.h	22 Apr 2003 21:00:13 -0000	1.10
  +++ apreq_env.h	23 Apr 2003 17:24:12 -0000	1.11
  @@ -1,12 +1,11 @@
   #ifndef APREQ_ENV_H
   #define APREQ_ENV_H
   
  +#include "apreq.h"
  +
   #ifdef  __cplusplus
    extern "C" {
   #endif 
  -
  -#include "apreq.h"
  -#include "apr_buckets.h"
   
   #ifdef HAVE_SYSLOG
   #include <syslog.h>