|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r75466 - trunk/boost/flyweight
From: joaquin_at_[hidden]
Date: 2011-11-12 13:50:47
Author: joaquin
Date: 2011-11-12 13:50:46 EST (Sat, 12 Nov 2011)
New Revision: 75466
URL: http://svn.boost.org/trac/boost/changeset/75466
Log:
removed unnecessary header
Text files modified:
trunk/boost/flyweight/refcounted.hpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
Modified: trunk/boost/flyweight/refcounted.hpp
==============================================================================
--- trunk/boost/flyweight/refcounted.hpp (original)
+++ trunk/boost/flyweight/refcounted.hpp 2011-11-12 13:50:46 EST (Sat, 12 Nov 2011)
@@ -14,7 +14,6 @@
#endif
#include <boost/config.hpp> /* keep it first to prevent nasty warns in MSVC */
-#include <functional>
#include <algorithm>
#include <boost/detail/atomic_count.hpp>
#include <boost/detail/workaround.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