From 7ca80112fc817687481a40b65e4faa56a92c3ebe Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 30 Oct 2009 17:56:44 -0400 Subject: 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. --- src/system.hh.in | 1 - 1 file changed, 1 deletion(-) (limited to 'src/system.hh.in') 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 #include -#include #include #include #include -- cgit v1.2.3