Removing leftovers of STL parallel mode experiments
This commit is contained in:
+2
-6
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user