diff options
Diffstat (limited to 'CAN-binder/low-can-binding/can/can-message-definition.hpp')
-rw-r--r-- | CAN-binder/low-can-binding/can/can-message-definition.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CAN-binder/low-can-binding/can/can-message-definition.hpp b/CAN-binder/low-can-binding/can/can-message-definition.hpp index 612ce35..87c48ac 100644 --- a/CAN-binder/low-can-binding/can/can-message-definition.hpp +++ b/CAN-binder/low-can-binding/can/can-message-definition.hpp @@ -28,8 +28,8 @@ #include <vector> #include <memory> -#include "can-message.hpp" #include "can-signals.hpp" +#include "can-message.hpp" #include "../utils/timer.hpp" class can_message_set_t; |