From e04572a03ceea68e47271a9651dbf27eb4e5a190 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Mon, 20 Feb 2017 19:17:01 +0000 Subject: Cleaned up, a bit, include statement. Change-Id: Icdaa162f1b3b92e730fc7dc263c18c682a7f4098 Signed-off-by: Romain Forlot --- src/low-can-binding.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/low-can-binding.cpp') 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 #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 -- cgit 1.2.3-korg