You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2012/12/18 02:14:23 UTC

svn commit: r1423239 - /subversion/trunk/subversion/libsvn_subr/opt.c

Author: brane
Date: Tue Dec 18 01:14:21 2012
New Revision: 1423239

URL: http://svn.apache.org/viewvc?rev=1423239&view=rev
Log:
* subversion/libsvn_subr/opt.c: Do not inculde unused unistd.h.

Found by: rhuijben

Modified:
    subversion/trunk/subversion/libsvn_subr/opt.c

Modified: subversion/trunk/subversion/libsvn_subr/opt.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/opt.c?rev=1423239&r1=1423238&r2=1423239&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/opt.c (original)
+++ subversion/trunk/subversion/libsvn_subr/opt.c Tue Dec 18 01:14:21 2012
@@ -34,10 +34,6 @@
 #include <apr_lib.h>
 #include <apr_file_info.h>
 
-#ifndef WIN32
-#include <unistd.h>
-#endif
-
 #include "svn_cmdline.h"
 #include "svn_version.h"
 #include "svn_types.h"