Fix: circular include for socket classes.
authorRomain Forlot <romain.forlot@iot.bzh>
Wed, 10 May 2017 16:37:15 +0000 (18:37 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Wed, 10 May 2017 16:45:55 +0000 (18:45 +0200)
Change-Id: Ibcd71f585246172c191b67b45e3b2763f7722958
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
CAN-binder/low-can-binding/utils/socketcan-bcm.hpp
CAN-binder/low-can-binding/utils/socketcan-raw.hpp
CAN-binder/low-can-binding/utils/socketcan.hpp

index d23b067..2e4547b 100644 (file)
@@ -18,6 +18,7 @@
 #pragma once
 
 #include "socketcan.hpp"
+#include "../can/can-message.hpp"
 
 namespace utils
 {
index 40a6e02..6167241 100644 (file)
@@ -17,6 +17,7 @@
 #pragma once
 
 #include "socketcan.hpp"
+#include "../can/can-message.hpp"
 
 namespace utils
 {
index 7011bf9..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