From 809e12504c16f280e2e8bf1ca5a9a4d53ed0e8ab Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 15 Mar 2017 23:47:21 +0100 Subject: Follow rename operation in CMakeLists.txt Rename has been made with filter-branch using utility git-mv-with-history, so file history follow the rename operation. This is a commit to fix include and CMake file. Change-Id: I8542c7def3143854a2008fa069dd3232f2497394 Signed-off-by: Romain Forlot --- src/diagnostic/diagnostic-message.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/diagnostic/diagnostic-message.cpp') diff --git a/src/diagnostic/diagnostic-message.cpp b/src/diagnostic/diagnostic-message.cpp index b7c5d45..7473e7b 100644 --- a/src/diagnostic/diagnostic-message.cpp +++ b/src/diagnostic/diagnostic-message.cpp @@ -15,7 +15,7 @@ * limitations under the License. */ -#include "obd2-signals.hpp" +#include "diagnostic-message.hpp" #include "../configuration.hpp" #include "../utils/signals.hpp" -- cgit 1.2.3-korg