diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-23 10:32:17 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-23 10:32:17 +0000 |
commit | b0975e4bfa534153657a7ee8acaee0f950056e97 (patch) | |
tree | 67a06229e8efa29f3049e386ee1d7ab745e282a1 /src/can-signals.hpp | |
parent | fedbab7ebe040ee82293b8c7bf6e95d5a7ff48f0 (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.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/can-signals.hpp b/src/can-signals.hpp index e0fe223..374afee 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" |