marc        97/07/27 16:04:35

  Modified:    src       mod_mime_magic.c
  Log:
  Remove header files that are already included by other headers.
  This avoids problems on some OSes that can't handle the same header
  being included twice.
  
  Reviewed by:  Brian Behlendorf, Dean Gaudet
  
  Revision  Changes    Path
  1.9       +2 -5      apache/src/mod_mime_magic.c
  
  Index: mod_mime_magic.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_mime_magic.c,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- mod_mime_magic.c  1997/07/27 02:34:44     1.8
  +++ mod_mime_magic.c  1997/07/27 23:04:34     1.9
  @@ -118,17 +118,14 @@
    * 
    */
   
  -#include <sys/wait.h>
  -#include <sys/stat.h>
  -#include <time.h>
  -#include <utime.h>
  -#include <stdarg.h>
   #include "httpd.h"
   #include "http_config.h"
   #include "http_request.h"
   #include "http_core.h"
   #include "http_log.h"
   #include "http_protocol.h"
  +
  +#include <utime.h>
   
   
   /*
  
  
  

Reply via email to