You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by aa...@apache.org on 2002/04/09 08:49:18 UTC

cvs commit: httpd-2.0/server/mpm/worker pod.c pod.h

aaron       02/04/08 23:49:18

  Modified:    server/mpm/worker pod.c pod.h
  Log:
  Remove many unnecessary includes, incl. apr_lock.h
  
  Revision  Changes    Path
  1.6       +1 -15     httpd-2.0/server/mpm/worker/pod.c
  
  Index: pod.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm/worker/pod.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- pod.c	27 Mar 2002 20:37:32 -0000	1.5
  +++ pod.c	9 Apr 2002 06:49:18 -0000	1.6
  @@ -56,22 +56,8 @@
    * University of Illinois, Urbana-Champaign.
    */
   
  -#include "apr.h"
  -#include "apr_strings.h"
  -#include "apr_lock.h"
  -#define APR_WANT_STRFUNC
  -#include "apr_want.h"
  -
  -#include "httpd.h"
  -#include "http_config.h"
  -#include "http_log.h"
  -#include "http_main.h"
  -#include "mpm.h"
   #include "pod.h"
  -#include "mpm_common.h"
  -#include "ap_mpm.h"
  -#include "ap_listen.h"
  -#include "mpm_default.h"
  +
   #if APR_HAVE_UNISTD_H
   #include <unistd.h>
   #endif
  
  
  
  1.4       +0 -1      httpd-2.0/server/mpm/worker/pod.h
  
  Index: pod.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm/worker/pod.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- pod.h	20 Mar 2002 03:54:25 -0000	1.3
  +++ pod.h	9 Apr 2002 06:49:18 -0000	1.4
  @@ -58,7 +58,6 @@
   
   #include "apr.h"
   #include "apr_strings.h"
  -#include "apr_lock.h"
   #define APR_WANT_STRFUNC
   #include "apr_want.h"