remove unused includes
This commit is contained in:
parent
3d8a6714a1
commit
e7caf63de2
2 changed files with 2 additions and 4 deletions
|
@ -29,9 +29,6 @@
|
|||
#include <mapnik/util/conversions.hpp>
|
||||
|
||||
// boost
|
||||
#include <boost/variant/recursive_wrapper.hpp>
|
||||
#include <boost/variant/static_visitor.hpp>
|
||||
#include <boost/variant/apply_visitor.hpp>
|
||||
#include <boost/variant/variant.hpp>
|
||||
|
||||
#include <boost/concept_check.hpp>
|
||||
|
@ -980,7 +977,8 @@ operator << (std::basic_ostream<charT,traits>& out,
|
|||
return out;
|
||||
}
|
||||
|
||||
inline std::size_t hash_value(const value& val) {
|
||||
inline std::size_t hash_value(value const& val)
|
||||
{
|
||||
return hash_value(val.base());
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 212 B After Width: | Height: | Size: 3.3 KiB |
Loading…
Add table
Reference in a new issue