diff --git a/state_bcm.c b/state_bcm.c index 7ef9660..be2a4a4 100644 --- a/state_bcm.c +++ b/state_bcm.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include diff --git a/state_control.c b/state_control.c index 069d899..7a15d6e 100644 --- a/state_control.c +++ b/state_control.c @@ -17,7 +17,6 @@ #include #include #include -#include #include void state_control() { diff --git a/state_isotp.c b/state_isotp.c index c1b279e..af77b89 100644 --- a/state_isotp.c +++ b/state_isotp.c @@ -16,7 +16,6 @@ #include #include #include -#include #include #include @@ -138,7 +137,7 @@ void state_isotp() { state = STATE_SHUTDOWN; return; } - + /* ok we made it and have a proper isotp socket open */ previous_state = STATE_ISOTP; } diff --git a/state_raw.c b/state_raw.c index a929cdb..2396820 100644 --- a/state_raw.c +++ b/state_raw.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include diff --git a/statistics.c b/statistics.c index 113cca7..9e3259b 100644 --- a/statistics.c +++ b/statistics.c @@ -9,8 +9,6 @@ #include #include #include -#include -#include #include "socketcand.h"