|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r57460 - sandbox/SOC/2006/tree/trunk/boost/tree
From: ockham_at_[hidden]
Date: 2009-11-07 13:29:20
Author: bernhard.reiter
Date: 2009-11-07 13:29:19 EST (Sat, 07 Nov 2009)
New Revision: 57460
URL: http://svn.boost.org/trac/boost/changeset/57460
Log:
Remove some superfluous #includes
Text files modified:
sandbox/SOC/2006/tree/trunk/boost/tree/inorder_algorithms.hpp | 2 --
sandbox/SOC/2006/tree/trunk/boost/tree/postorder_algorithms.hpp | 2 --
sandbox/SOC/2006/tree/trunk/boost/tree/preorder_algorithms.hpp | 2 --
3 files changed, 0 insertions(+), 6 deletions(-)
Modified: sandbox/SOC/2006/tree/trunk/boost/tree/inorder_algorithms.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/inorder_algorithms.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/inorder_algorithms.hpp 2009-11-07 13:29:19 EST (Sat, 07 Nov 2009)
@@ -13,8 +13,6 @@
#define BOOST_TREE_INORDER_ALGORITHMS_HPP
#include <boost/tree/general_algorithms.hpp>
-#include <boost/tree/root_tracking_cursor.hpp>
-#include <boost/tree/ascending_cursor.hpp>
#include <boost/tree/cursor_concepts.hpp>
#include <boost/concept/requires.hpp>
Modified: sandbox/SOC/2006/tree/trunk/boost/tree/postorder_algorithms.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/postorder_algorithms.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/postorder_algorithms.hpp 2009-11-07 13:29:19 EST (Sat, 07 Nov 2009)
@@ -12,8 +12,6 @@
#ifndef BOOST_TREE_POSTORDER_ALGORITHMS_HPP
#define BOOST_TREE_POSTORDER_ALGORITHMS_HPP
-#include <boost/tree/root_tracking_cursor.hpp>
-#include <boost/tree/ascending_cursor.hpp>
#include <boost/tree/cursor_concepts.hpp>
#include <boost/concept/requires.hpp>
Modified: sandbox/SOC/2006/tree/trunk/boost/tree/preorder_algorithms.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/preorder_algorithms.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/preorder_algorithms.hpp 2009-11-07 13:29:19 EST (Sat, 07 Nov 2009)
@@ -12,8 +12,6 @@
#ifndef BOOST_TREE_PREORDER_ALGORITHMS_HPP
#define BOOST_TREE_PREORDER_ALGORITHMS_HPP
-#include <boost/tree/root_tracking_cursor.hpp>
-#include <boost/tree/ascending_cursor.hpp>
#include <boost/tree/cursor_concepts.hpp>
#include <boost/concept/requires.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