You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by br...@apache.org on 2003/02/12 21:26:13 UTC

cvs commit: apr/file_io/win32 filepath.c

brane       2003/02/12 12:26:13

  Modified:    file_io/win32 filepath.c
  Log:
  Remove unused #include added in revision 1.39.
  (Damn, I must be blind, or something...)
  
  Revision  Changes    Path
  1.40      +0 -1      apr/file_io/win32/filepath.c
  
  Index: filepath.c
  ===================================================================
  RCS file: /home/cvs/apr/file_io/win32/filepath.c,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- filepath.c	12 Feb 2003 20:20:55 -0000	1.39
  +++ filepath.c	12 Feb 2003 20:26:13 -0000	1.40
  @@ -54,7 +54,6 @@
   
   #include "apr.h"
   #include "apr_arch_file_io.h"
  -#include "apr_arch_utf8.h"
   #include "apr_strings.h"
   #include "apr_lib.h"
   #include <string.h>