Skip to content

Commit

Permalink
fixup an include
Browse files Browse the repository at this point in the history
This unordered_map thing was totally unnecessary and this header
is included everywhere. From the logs it looks like the boost
unordered_map is a fairly expensive include.
  • Loading branch information
cbeck88 committed Jun 19, 2014
1 parent 6b4ad80 commit 4c06902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map_location.hpp
Expand Up @@ -23,7 +23,7 @@ class variable_set;
#include <string>
#include <vector>
#include <set>
#include <boost/unordered_map.hpp>
#include <boost/functional/hash.hpp>
#include <boost/assign/list_of.hpp>

/**
Expand Down

0 comments on commit 4c06902

Please sign in to comment.