$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r79495 - trunk/tools/build/v2/engine
From: jurko.gospodnetic_at_[hidden]
Date: 2012-07-14 07:49:52
Author: jurko
Date: 2012-07-14 07:49:52 EDT (Sat, 14 Jul 2012)
New Revision: 79495
URL: http://svn.boost.org/trac/boost/changeset/79495
Log:
Boost Jam code cleanup - removed a redundant #include directive.
Text files modified: 
   trunk/tools/build/v2/engine/execnt.c |     1 -                                       
   1 files changed, 0 insertions(+), 1 deletions(-)
Modified: trunk/tools/build/v2/engine/execnt.c
==============================================================================
--- trunk/tools/build/v2/engine/execnt.c	(original)
+++ trunk/tools/build/v2/engine/execnt.c	2012-07-14 07:49:52 EDT (Sat, 14 Jul 2012)
@@ -49,7 +49,6 @@
 #include <assert.h>
 #include <ctype.h>
 #include <errno.h>
-#include <math.h>
 #include <time.h>
 
 #define WIN32_LEAN_AND_MEAN