Removing leftovers of STL parallel mode experiments

This commit is contained in:
DennisOSRM
2012-04-14 18:01:06 +02:00
parent 539199a7e9
commit 969d5c8558
3 changed files with 2 additions and 22 deletions
+2 -6
View File
@@ -23,6 +23,8 @@ or see http://www.gnu.org/licenses/agpl.txt.
#include <cassert>
#include <cmath>
#include <algorithm>
#include <fstream>
#include <iostream>
#include <iomanip>
@@ -30,12 +32,6 @@ or see http://www.gnu.org/licenses/agpl.txt.
#include <boost/unordered_map.hpp>
#ifdef _GLIBCXX_PARALLEL
#include <parallel/algorithm>
#else
#include <algorithm>
#endif
#include "../DataStructures/ImportEdge.h"
#include "../typedefs.h"