summaryrefslogtreecommitdiffstats
path: root/src/can-decoder.hpp
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-02-28 12:00:43 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2017-02-28 21:45:49 +0100
commitc009c3c329d30acfb6be3a8ed0671a9a07266546 (patch)
treee840446be82046d908d0e498d430fc8307c4c30e /src/can-decoder.hpp
parentd4c6484ca4f8d9eb8f97d7e0555e461f2831baa3 (diff)
Re-arranging objects splitting all objects over
separated files. Change-Id: Ifbdb2ea08704324e505a48ba3124df6f2af63c6b Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/can-decoder.hpp')
-rw-r--r--src/can-decoder.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/can-decoder.hpp b/src/can-decoder.hpp
index 200035d..e7dfff8 100644
--- a/src/can-decoder.hpp
+++ b/src/can-decoder.hpp
@@ -17,7 +17,7 @@
#pragma once
-#include "can-utils.hpp"
+#include "can-bus.hpp"
class decoder_t
{