From 4c1d7c9d7396b94eef212890ae5df34ae792a69b Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Thu, 20 Nov 2014 17:01:36 +0100 Subject: [PATCH] renamed: Algorithms/ExtractRouteNames.h -> Algorithms/route_name_extraction.hpp --- Algorithms/{ExtractRouteNames.h => route_name_extraction.hpp} | 0 Descriptors/JSONDescriptor.h | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Algorithms/{ExtractRouteNames.h => route_name_extraction.hpp} (100%) diff --git a/Algorithms/ExtractRouteNames.h b/Algorithms/route_name_extraction.hpp similarity index 100% rename from Algorithms/ExtractRouteNames.h rename to Algorithms/route_name_extraction.hpp diff --git a/Descriptors/JSONDescriptor.h b/Descriptors/JSONDescriptor.h index e562e4158..7c85bfe30 100644 --- a/Descriptors/JSONDescriptor.h +++ b/Descriptors/JSONDescriptor.h @@ -31,7 +31,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "BaseDescriptor.h" #include "DescriptionFactory.h" #include "../Algorithms/object_encoder.hpp" -#include "../Algorithms/ExtractRouteNames.h" +#include "../Algorithms/route_name_extraction.hpp" #include "../DataStructures/JSONContainer.h" #include "../DataStructures/Range.h" #include "../DataStructures/SegmentInformation.h"