summaryrefslogtreecommitdiffstats
path: root/src/can-signals.hpp
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-02-23 10:32:17 +0000
committerRomain Forlot <romain.forlot@iot.bzh>2017-02-23 10:32:17 +0000
commitb0975e4bfa534153657a7ee8acaee0f950056e97 (patch)
tree67a06229e8efa29f3049e386ee1d7ab745e282a1 /src/can-signals.hpp
parentfedbab7ebe040ee82293b8c7bf6e95d5a7ff48f0 (diff)
Cleaning, improve comments
Change-Id: I2115f7e7017786c343da4b70002c3b3785ba53ac 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 e0fe2230..374afeea 100644
--- a/src/can-signals.hpp
+++ b/src/can-signals.hpp
@@ -17,11 +17,11 @@
#pragma once
+#include <map>
#include <queue>
#include <string>
#include <vector>
#include <fnmatch.h>
-#include <linux/can.h>
#include "can-utils.hpp"