Fix: include statement with wrong path.
[apps/agl-service-can-low-level.git] / 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"