diff options
author | John Wiegley <johnw@newartisans.com> | 2009-10-30 17:56:44 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-10-30 17:57:29 -0400 |
commit | 7ca80112fc817687481a40b65e4faa56a92c3ebe (patch) | |
tree | c371d1cb802795500dc9c174014b37c1058594ec /src/system.hh.in | |
parent | 5f2c766e0dc5405c9fa86c39a521bd48079d4b30 (diff) | |
download | fork-ledger-7ca80112fc817687481a40b65e4faa56a92c3ebe.tar.gz fork-ledger-7ca80112fc817687481a40b65e4faa56a92c3ebe.tar.bz2 fork-ledger-7ca80112fc817687481a40b65e4faa56a92c3ebe.zip |
Change the value_t::POINTER type to value_t::SCOPE
scope_t pointers are the only kind that are ever stored in value
objects, so there was no need to make it generic and use boost::any.
Diffstat (limited to 'src/system.hh.in')
-rw-r--r-- | src/system.hh.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/system.hh.in b/src/system.hh.in index 07598173..56cb491b 100644 --- a/src/system.hh.in +++ b/src/system.hh.in @@ -138,7 +138,6 @@ typedef std::ostream::pos_type ostream_pos_type; #include <boost/algorithm/string/classification.hpp> #include <boost/algorithm/string/predicate.hpp> -#include <boost/any.hpp> #include <boost/bind.hpp> #include <boost/cast.hpp> #include <boost/current_function.hpp> |