Fix: circular include for socket classes.
[apps/low-level-can-service.git] / CAN-binder / low-can-binding / utils / socketcan.hpp
index 76b5121..c3abb2f 100644 (file)
@@ -23,7 +23,6 @@
 #include <linux/can/bcm.h>
 #include <string.h>
 
-#include "../can/can-message.hpp"
 #include "../binding/low-can-hat.hpp"
 
 #define INVALID_SOCKET -1
@@ -68,6 +67,4 @@ namespace utils
                        ERROR(binder_interface, "%s: Error sending : %i %s", __FUNCTION__, errno, ::strerror(errno));
                return s;
        }
-
-       socketcan_t& operator>>(socketcan_t& s, can_message_t& cm);
 }