Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80032 - trunk/tools/build/v2/engine/modules
From: jurko.gospodnetic_at_[hidden]
Date: 2012-08-14 09:00:38


Author: jurko
Date: 2012-08-14 09:00:37 EDT (Tue, 14 Aug 2012)
New Revision: 80032
URL: http://svn.boost.org/trac/boost/changeset/80032

Log:
Boost Jam cleanup - updated #include directives in the modules/path.c module.
Text files modified:
   trunk/tools/build/v2/engine/modules/path.c | 3 ++-
   1 files changed, 2 insertions(+), 1 deletions(-)

Modified: trunk/tools/build/v2/engine/modules/path.c
==============================================================================
--- trunk/tools/build/v2/engine/modules/path.c (original)
+++ trunk/tools/build/v2/engine/modules/path.c 2012-08-14 09:00:37 EDT (Tue, 14 Aug 2012)
@@ -5,8 +5,9 @@
  */
 
 #include "../constants.h"
+#include "../frames.h"
+#include "../lists.h"
 #include "../native.h"
-#include "../object.h"
 #include "../timestamp.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