$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: daniel_james_at_[hidden]
Date: 2008-04-14 06:51:20
Author: danieljames
Date: 2008-04-14 06:51:19 EDT (Mon, 14 Apr 2008)
New Revision: 44407
URL: http://svn.boost.org/trac/boost/changeset/44407
Log:
Remove some kipple.
Text files modified: 
   sandbox/move/libs/move/test/no_sfinae_test.cpp |     3 ---                                     
   1 files changed, 0 insertions(+), 3 deletions(-)
Modified: sandbox/move/libs/move/test/no_sfinae_test.cpp
==============================================================================
--- sandbox/move/libs/move/test/no_sfinae_test.cpp	(original)
+++ sandbox/move/libs/move/test/no_sfinae_test.cpp	2008-04-14 06:51:19 EDT (Mon, 14 Apr 2008)
@@ -1,5 +1,4 @@
 
-
 // Copyright 2008 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -10,8 +9,6 @@
 //
 // Is this worth supporting?
 
-#include <iostream>
-
 #include <boost/move.hpp>
 
 #define BOOST_TEST_MAIN