summaryrefslogtreecommitdiffstats
path: root/src/can-signals.hpp
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-02-17 17:04:47 +0000
committerRomain Forlot <romain.forlot@iot.bzh>2017-02-20 11:14:55 +0000
commitf97e5f6d0b15df8fe8c7a4621e40c6a23bbac137 (patch)
tree5616f14b81208f6a3d0bab04ae6554326d72a91f /src/can-signals.hpp
parentd9237e07858fb243eb35f78ded3664aec69f524d (diff)
Change hpp include file directive
Change-Id: I1df7ab41b19a2c065d8ed477115e21e0ded8659f Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/can-signals.hpp')
-rw-r--r--src/can-signals.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/can-signals.hpp b/src/can-signals.hpp
index f34c743e..91a6932b 100644
--- a/src/can-signals.hpp
+++ b/src/can-signals.hpp
@@ -17,7 +17,7 @@
#pragma once
-#include "can-utils.h"
+#include "can-utils.hpp"
#include <string>
/** Public: Return the currently active CAN configuration. */