Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r65039 - sandbox/SOC/2010/process/libs/process/example
From: boris_at_[hidden]
Date: 2010-08-26 17:06:02


Author: bschaeling
Date: 2010-08-26 17:06:00 EDT (Thu, 26 Aug 2010)
New Revision: 65039
URL: http://svn.boost.org/trac/boost/changeset/65039

Log:
Rearranged order of header file includes in async_wait example because of user feedback
Text files modified:
   sandbox/SOC/2010/process/libs/process/example/async_wait.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/SOC/2010/process/libs/process/example/async_wait.cpp
==============================================================================
--- sandbox/SOC/2010/process/libs/process/example/async_wait.cpp (original)
+++ sandbox/SOC/2010/process/libs/process/example/async_wait.cpp 2010-08-26 17:06:00 EDT (Thu, 26 Aug 2010)
@@ -11,8 +11,8 @@
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 //
 
-#include <boost/process/all.hpp>
 #include <boost/asio.hpp>
+#include <boost/process/all.hpp>
 #include <string>
 #include <vector>
 #include <iostream>


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