From 0cbe1b640fedd866344501d12f332efc766cfc56 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Fri, 28 Jun 2024 23:20:30 +0200 Subject: [PATCH] Update map_matching.cpp --- src/engine/routing_algorithms/map_matching.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/engine/routing_algorithms/map_matching.cpp b/src/engine/routing_algorithms/map_matching.cpp index 41f1f3405..e8fb766f5 100644 --- a/src/engine/routing_algorithms/map_matching.cpp +++ b/src/engine/routing_algorithms/map_matching.cpp @@ -1,7 +1,6 @@ #include "engine/routing_algorithms/map_matching.hpp" #include "engine/routing_algorithms/routing_base_ch.hpp" #include "engine/routing_algorithms/routing_base_mld.hpp" - #include "engine/map_matching/hidden_markov_model.hpp" #include "engine/map_matching/matching_confidence.hpp" #include "engine/map_matching/sub_matching.hpp"