remove boost/integer include

This commit is contained in:
Dennis Luxen
2014-05-07 14:44:18 +02:00
parent 3188bc5aba
commit 9c2926ef8a
5 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <osrm/Coordinate.h>
#include <boost/integer.hpp>
#include <cstdint>
typedef BaseDataFacade<QueryEdge::EdgeData>::RTreeLeaf RTreeLeaf;
typedef StaticRTree<RTreeLeaf, ShM<FixedPointCoordinate, true>::vector, true>::TreeNode RTreeNode;