diff options
Diffstat (limited to 'src/can_decode_message.cpp')
-rw-r--r-- | src/can_decode_message.cpp | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/can_decode_message.cpp b/src/can_decode_message.cpp index a28fa180..0f26290c 100644 --- a/src/can_decode_message.cpp +++ b/src/can_decode_message.cpp @@ -16,17 +16,7 @@ * limitations under the License. */ -#include <linux/can.h> -#include <linux/can/raw.h> -#include <queue> -#include <sys/timeb.h> - -#include <afb/afb-binding.h> - -#include "can-utils.hpp" -#include "can-decoder.hpp" -#include "openxc.pb.h" -#include "openxc-utils.hpp" +#include "low-can-binding.hpp" void can_decode_message(can_bus_t &can_bus) { |