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/can_reader.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/can_reader.cpp')
-rw-r--r-- | src/can_reader.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/can_reader.cpp b/src/can_reader.cpp index a8c5cf6c..c8891eec 100644 --- a/src/can_reader.cpp +++ b/src/can_reader.cpp @@ -16,12 +16,7 @@ * limitations under the License. */ -#include <linux/can.h> -#include <linux/can/raw.h> - -#include <afb/afb-binding.h> - -#include "can-utils.h" +#include "low-can-binding.hpp" void can_reader(can_bus_t &can_bus) { |