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-utils.hpp | |
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-utils.hpp')
-rw-r--r-- | src/can-utils.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/can-utils.hpp b/src/can-utils.hpp index 0b0971dc..58a98732 100644 --- a/src/can-utils.hpp +++ b/src/can-utils.hpp @@ -27,8 +27,6 @@ #include "timer.hpp" #include "openxc.pb.h" -#include <afb/afb-binding.h> -#include <afb/afb-service-itf.h> // TODO actual max is 32 but dropped to 24 for memory considerations #define MAX_ACCEPTANCE_FILTERS 24 |