Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72605 - sandbox-branches/geometry/index_080_new/boost/geometry/extensions/index/rtree/visitors
From: adam.wulkiewicz_at_[hidden]
Date: 2011-06-15 15:37:14


Author: awulkiew
Date: 2011-06-15 15:37:13 EDT (Wed, 15 Jun 2011)
New Revision: 72605
URL: http://svn.boost.org/trac/boost/changeset/72605

Log:
broken #include fixed in gl_draw and print visitors
Text files modified:
   sandbox-branches/geometry/index_080_new/boost/geometry/extensions/index/rtree/visitors/gl_draw.hpp | 1 -
   sandbox-branches/geometry/index_080_new/boost/geometry/extensions/index/rtree/visitors/print.hpp | 2 --
   2 files changed, 0 insertions(+), 3 deletions(-)

Modified: sandbox-branches/geometry/index_080_new/boost/geometry/extensions/index/rtree/visitors/gl_draw.hpp
==============================================================================
--- sandbox-branches/geometry/index_080_new/boost/geometry/extensions/index/rtree/visitors/gl_draw.hpp (original)
+++ sandbox-branches/geometry/index_080_new/boost/geometry/extensions/index/rtree/visitors/gl_draw.hpp 2011-06-15 15:37:13 EDT (Wed, 15 Jun 2011)
@@ -11,7 +11,6 @@
 #define BOOST_GEOMETRY_EXTENSIONS_INDEX_RTREE_VISITORS_GL_DRAW_HPP
 
 #include <boost/geometry/extensions/index/indexable.hpp>
-#include <boost/geometry/extensions/index/rtree/node.hpp>
 
 namespace boost { namespace geometry { namespace index {
 

Modified: sandbox-branches/geometry/index_080_new/boost/geometry/extensions/index/rtree/visitors/print.hpp
==============================================================================
--- sandbox-branches/geometry/index_080_new/boost/geometry/extensions/index/rtree/visitors/print.hpp (original)
+++ sandbox-branches/geometry/index_080_new/boost/geometry/extensions/index/rtree/visitors/print.hpp 2011-06-15 15:37:13 EDT (Wed, 15 Jun 2011)
@@ -13,8 +13,6 @@
 
 #include <iostream>
 
-#include <boost/geometry/extensions/index/rtree/node.hpp>
-
 namespace boost { namespace geometry { namespace index {
 
 namespace detail { namespace rtree { namespace visitors {


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