From 06a50d637a9a7b2301a18dc3bf31e6ce1e38ab0b Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Mon, 24 Jun 2013 14:12:34 -0400 Subject: [PATCH] De-template-izing some of the code for faster (re-)compile --- RoutingAlgorithms/BasicRoutingInterface.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/RoutingAlgorithms/BasicRoutingInterface.h b/RoutingAlgorithms/BasicRoutingInterface.h index f329c697b..a42a95e35 100644 --- a/RoutingAlgorithms/BasicRoutingInterface.h +++ b/RoutingAlgorithms/BasicRoutingInterface.h @@ -23,13 +23,15 @@ or see http://www.gnu.org/licenses/agpl.txt. #ifndef BASICROUTINGINTERFACE_H_ #define BASICROUTINGINTERFACE_H_ +#include "../Plugins/RawRouteData.h" +#include "../Util/ContainerUtils.h" + #include #include #include -#include "../Plugins/RawRouteData.h" -#include "../Util/ContainerUtils.h" +#include template class BasicRoutingInterface : boost::noncopyable{