You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@hyperreal.org on 1999/05/12 14:31:17 UTC

cvs commit: apache-apr/include apr_file_io.h

rbb         99/05/12 05:31:17

  Modified:    include  apr_file_io.h
  Log:
  Make the file_io header file more portable.  None of these includes are needed
  here.  They are all included someplace else.
  
  Revision  Changes    Path
  1.23      +0 -6      apache-apr/include/apr_file_io.h
  
  Index: apr_file_io.h
  ===================================================================
  RCS file: /home/cvs/apache-apr/include/apr_file_io.h,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- apr_file_io.h	1999/05/12 12:00:11	1.22
  +++ apr_file_io.h	1999/05/12 12:31:16	1.23
  @@ -56,12 +56,6 @@
   #ifndef APR_FILE_IO_H
   #define APR_FILE_IO_H
   
  -#include <sys/types.h>
  -#include <sys/stat.h>
  -#include <fcntl.h>
  -#include <time.h>
  -#include <dirent.h>
  -#include <sys/uio.h>
   #include "fileio.h"
   #include "apr_general.h"
   #include "apr_errno.h"