renamed: RoutingAlgorithms/* routing_algorithms/

This commit is contained in:
Dennis Luxen
2014-11-28 15:33:08 +01:00
parent 0f7cb12e97
commit 00d3676a20
5 changed files with 17 additions and 17 deletions
+3 -3
View File
@@ -29,9 +29,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define SEARCH_ENGINE_HPP
#include "search_engine_data.hpp"
#include "../RoutingAlgorithms/AlternativePathRouting.h"
#include "../RoutingAlgorithms/ManyToManyRouting.h"
#include "../RoutingAlgorithms/ShortestPathRouting.h"
#include "../routing_algorithms/alternative_path.hpp"
#include "../routing_algorithms/many_to_many.hpp"
#include "../routing_algorithms/shortest_path.hpp"
#include <type_traits>