summaryrefslogtreecommitdiffstats
path: root/src/utils/signals.hpp
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-03-15 23:47:21 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2017-03-16 17:21:57 +0100
commit809e12504c16f280e2e8bf1ca5a9a4d53ed0e8ab (patch)
treed1e824f3e9cb779e6a533f7adb2ad68b634525a9 /src/utils/signals.hpp
parent6e4b2f9c0bcdfb3106d9f3b5bdb9316fcdebd9b2 (diff)
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 <romain.forlot@iot.bzh>
Diffstat (limited to 'src/utils/signals.hpp')
-rw-r--r--src/utils/signals.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/signals.hpp b/src/utils/signals.hpp
index f68f5664..e9417569 100644
--- a/src/utils/signals.hpp
+++ b/src/utils/signals.hpp
@@ -24,7 +24,7 @@
#include "openxc.pb.h"
#include "../configuration.hpp"
#include "../can/can-signals.hpp"
-#include "../obd2/obd2-signals.hpp"
+#include "../diagnostic/diagnostic-message.hpp"
#include "../low-can-binding.hpp"