C Header first
authorRomain Forlot <romain.forlot@iot.bzh>
Thu, 9 Mar 2017 12:07:16 +0000 (13:07 +0100)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 16 Mar 2017 16:10:40 +0000 (17:10 +0100)
Change-Id: Ief8c66e99c689a362b645ad3b918d8b342ada59a
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
src/can/can-bus-dev.hpp

index e7184ff..3a1f537 100644 (file)
@@ -19,9 +19,9 @@
 #pragma once
 
 #include <stdint.h>
+#include <linux/can.h>
 #include <string>
 #include <thread>
-#include <linux/can.h>
 
 #include "../utils/socket.hpp"