diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-20 19:17:01 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-21 10:59:19 +0000 |
commit | e04572a03ceea68e47271a9651dbf27eb4e5a190 (patch) | |
tree | a46df22ed5ebb2159ed0680a1c0bfa2433d34268 /src/low-can-binding.cpp | |
parent | c8a9ae83b95b3105717c58e390ba216567937772 (diff) |
Cleaned up, a bit, include statement.
Change-Id: Icdaa162f1b3b92e730fc7dc263c18c682a7f4098
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/low-can-binding.cpp')
-rw-r--r-- | src/low-can-binding.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/low-can-binding.cpp b/src/low-can-binding.cpp index 23aaf900..18346fae 100644 --- a/src/low-can-binding.cpp +++ b/src/low-can-binding.cpp @@ -38,10 +38,6 @@ #include <openxc.pb.h> #include "low-can-binding.hpp" -#include "openxc-utils.hpp" -#include "obd2.hpp" -#include "can-utils.hpp" -#include "can-signals.hpp" /******************************************************************************** * @@ -236,4 +232,4 @@ extern "C" return 1; } -}
\ No newline at end of file +};
\ No newline at end of file |