Remove unnecessary includes

This commit is contained in:
Unknown
2018-10-06 21:15:02 -04:00
parent a4ebed742c
commit a59e29b591
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -1,6 +1,5 @@
#include "can_simple.hpp"
#include "odrive_main.h"
void CANSimple::handle_can_message(CAN_message_t& msg) {
// This functional way of handling the messages is neat and is much cleaner from