Removing unnecessary STL parallel mode include

This commit is contained in:
DennisOSRM 2012-04-14 16:19:40 +02:00
parent f53c0d7dfa
commit dd03c6b168

View File

@ -22,11 +22,7 @@ or see http://www.gnu.org/licenses/agpl.txt.
#define STATICGRAPH_H_INCLUDED
#include <vector>
#ifdef _GLIBCXX_PARALLEL
#include <parallel/algorithm>
#else
#include <algorithm>
#endif
#include "../typedefs.h"
#include "ImportEdge.h"