From 8f8d81f90c950d4bcb57653174164d52d715349c Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Thu, 20 Nov 2014 17:21:35 +0100 Subject: [PATCH] renamed: Algorithms/StronglyConnectedComponents.h -> Algorithms/tiny_components.hpp --- .../{StronglyConnectedComponents.h => tiny_components.hpp} | 0 Tools/components.cpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Algorithms/{StronglyConnectedComponents.h => tiny_components.hpp} (100%) 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"