diff --git a/DataStructures/StaticGraph.h b/DataStructures/StaticGraph.h index 7e278f42f..c817495a2 100644 --- a/DataStructures/StaticGraph.h +++ b/DataStructures/StaticGraph.h @@ -22,11 +22,7 @@ or see http://www.gnu.org/licenses/agpl.txt. #define STATICGRAPH_H_INCLUDED #include -#ifdef _GLIBCXX_PARALLEL -#include -#else #include -#endif #include "../typedefs.h" #include "ImportEdge.h"