Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r68475 - trunk/tools/build/v2/engine/src
From: ghost_at_[hidden]
Date: 2011-01-27 11:25:28


Author: vladimir_prus
Date: 2011-01-27 11:25:26 EST (Thu, 27 Jan 2011)
New Revision: 68475
URL: http://svn.boost.org/trac/boost/changeset/68475

Log:
Remove mistakenly added usage of Unix headers everywhere
Text files modified:
   trunk/tools/build/v2/engine/src/builtins.c | 2 --
   1 files changed, 0 insertions(+), 2 deletions(-)

Modified: trunk/tools/build/v2/engine/src/builtins.c
==============================================================================
--- trunk/tools/build/v2/engine/src/builtins.c (original)
+++ trunk/tools/build/v2/engine/src/builtins.c 2011-01-27 11:25:26 EST (Thu, 27 Jan 2011)
@@ -26,8 +26,6 @@
 #include "timestamp.h"
 #include "md5.h"
 #include <ctype.h>
-# include <sys/types.h>
-# include <sys/wait.h>
 
 #if defined(USE_EXECUNIX)
 # include <sys/types.h>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk