diff --git a/Algorithms/StronglyConnectedComponents.h b/Algorithms/tiny_components.hpp similarity index 100% rename from Algorithms/StronglyConnectedComponents.h rename to Algorithms/tiny_components.hpp diff --git a/Tools/components.cpp b/Tools/components.cpp index b2b59a31f..903c67062 100644 --- a/Tools/components.cpp +++ b/Tools/components.cpp @@ -26,7 +26,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "../typedefs.h" -#include "../Algorithms/StronglyConnectedComponents.h" +#include "../Algorithms/tiny_components.hpp" #include "../Util/GraphLoader.h" #include "../Util/OSRMException.h" #include "../Util/simple_logger.hpp"