summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-03-09 13:07:16 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2017-03-16 17:10:40 +0100
commitac634d12925f6d10ad8c4893ff8522008351f61b (patch)
tree0f5090d67792f6278d692a1e3107a3f52b3e93ef /src
parente2411259c39a880338bd2435e994c21268eb3e5c (diff)
C Header first
Change-Id: Ief8c66e99c689a362b645ad3b918d8b342ada59a Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src')
-rw-r--r--src/can/can-bus-dev.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/can/can-bus-dev.hpp b/src/can/can-bus-dev.hpp
index e7184ff1..3a1f5371 100644
--- a/src/can/can-bus-dev.hpp
+++ b/src/can/can-bus-dev.hpp
@@ -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"