Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r69643 - in trunk/boost/units/systems: angle si temperature
From: boost_at_[hidden]
Date: 2011-03-07 20:23:02


Author: matthiasschabel
Date: 2011-03-07 20:23:00 EST (Mon, 07 Mar 2011)
New Revision: 69643
URL: http://svn.boost.org/trac/boost/changeset/69643

Log:
remove spurious inclusion of <boost/units/io.hpp> and <iostream> in various unit system header files
Text files modified:
   trunk/boost/units/systems/angle/degrees.hpp | 1 -
   trunk/boost/units/systems/angle/gradians.hpp | 1 -
   trunk/boost/units/systems/angle/revolutions.hpp | 1 -
   trunk/boost/units/systems/si/area.hpp | 3 ---
   trunk/boost/units/systems/temperature/fahrenheit.hpp | 1 -
   5 files changed, 0 insertions(+), 7 deletions(-)

Modified: trunk/boost/units/systems/angle/degrees.hpp
==============================================================================
--- trunk/boost/units/systems/angle/degrees.hpp (original)
+++ trunk/boost/units/systems/angle/degrees.hpp 2011-03-07 20:23:00 EST (Mon, 07 Mar 2011)
@@ -14,7 +14,6 @@
 #include <boost/config/no_tr1/cmath.hpp>
 
 #include <boost/units/conversion.hpp>
-#include <boost/units/io.hpp>
 #include <boost/units/static_constant.hpp>
 #include <boost/units/unit.hpp>
 #include <boost/units/make_system.hpp>

Modified: trunk/boost/units/systems/angle/gradians.hpp
==============================================================================
--- trunk/boost/units/systems/angle/gradians.hpp (original)
+++ trunk/boost/units/systems/angle/gradians.hpp 2011-03-07 20:23:00 EST (Mon, 07 Mar 2011)
@@ -14,7 +14,6 @@
 #include <boost/config/no_tr1/cmath.hpp>
 
 #include <boost/units/conversion.hpp>
-#include <boost/units/io.hpp>
 #include <boost/units/quantity.hpp>
 #include <boost/units/static_constant.hpp>
 #include <boost/units/make_system.hpp>

Modified: trunk/boost/units/systems/angle/revolutions.hpp
==============================================================================
--- trunk/boost/units/systems/angle/revolutions.hpp (original)
+++ trunk/boost/units/systems/angle/revolutions.hpp 2011-03-07 20:23:00 EST (Mon, 07 Mar 2011)
@@ -14,7 +14,6 @@
 #include <boost/config/no_tr1/cmath.hpp>
 
 #include <boost/units/conversion.hpp>
-#include <boost/units/io.hpp>
 #include <boost/units/quantity.hpp>
 #include <boost/units/static_constant.hpp>
 #include <boost/units/make_system.hpp>

Modified: trunk/boost/units/systems/si/area.hpp
==============================================================================
--- trunk/boost/units/systems/si/area.hpp (original)
+++ trunk/boost/units/systems/si/area.hpp 2011-03-07 20:23:00 EST (Mon, 07 Mar 2011)
@@ -11,9 +11,6 @@
 #ifndef BOOST_UNITS_SI_AREA_HPP
 #define BOOST_UNITS_SI_AREA_HPP
 
-#include <iostream>
-#include <boost/units/io.hpp>
-
 #include <boost/units/systems/si/base.hpp>
 #include <boost/units/physical_dimensions/area.hpp>
 

Modified: trunk/boost/units/systems/temperature/fahrenheit.hpp
==============================================================================
--- trunk/boost/units/systems/temperature/fahrenheit.hpp (original)
+++ trunk/boost/units/systems/temperature/fahrenheit.hpp 2011-03-07 20:23:00 EST (Mon, 07 Mar 2011)
@@ -14,7 +14,6 @@
 #include <string>
 
 #include <boost/units/absolute.hpp>
-#include <boost/units/io.hpp>
 #include <boost/units/make_system.hpp>
 #include <boost/units/static_constant.hpp>
 #include <boost/units/base_units/temperature/fahrenheit.hpp>


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