diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-20 20:19:59 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-21 10:59:27 +0000 |
commit | cba9b59fab054d3a33a4d58ed227fc3d4b6f6d9d (patch) | |
tree | bc504f0955794d17453a4e4e4717c7b108b5cffe /src/low-can-binding.cpp | |
parent | 4bcb47864452b2d219572862aed3d173c3c0a945 (diff) |
Clean up include statement...
Change-Id: Ie909836171ea5eb030246255bb08f1c5b8a65641
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/low-can-binding.cpp')
-rw-r--r-- | src/low-can-binding.cpp | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/low-can-binding.cpp b/src/low-can-binding.cpp index 18346fae..aaa9e54a 100644 --- a/src/low-can-binding.cpp +++ b/src/low-can-binding.cpp @@ -16,27 +16,6 @@ * limitations under the License. */ -#include <unistd.h> -#include <sys/types.h> -#include <sys/socket.h> -#include <sys/ioctl.h> -#include <net/if.h> -#include <linux/can.h> -#include <linux/can/raw.h> -#include <fcntl.h> -#include <systemd/sd-event.h> -#include <errno.h> -#include <vector> -#include <map> -#include <queue> -#include <string> -#include <functional> -#include <memory> -#include <thread> - -#include <json-c/json.h> -#include <openxc.pb.h> - #include "low-can-binding.hpp" /******************************************************************************** |