diff options
author | Marc <foxtrot@malloc.me> | 2022-01-09 16:25:13 +0000 |
---|---|---|
committer | Marc <foxtrot@malloc.me> | 2022-01-09 16:25:13 +0000 |
commit | cd586b3525e8cc19432e1e70c2d623cdb14a8f7b (patch) | |
tree | 80b8f810f6f03fe4f8f43968e2a034b5c34ad3fa | |
parent | 96b638f0d0cacf58c1b0bab5f38f9d82b9e93f3f (diff) | |
download | libwifi-cd586b3525e8cc19432e1e70c2d623cdb14a8f7b.tar.gz libwifi-cd586b3525e8cc19432e1e70c2d623cdb14a8f7b.tar.bz2 libwifi-cd586b3525e8cc19432e1e70c2d623cdb14a8f7b.zip |
gen/parse: Remove stdio.h includes
-rw-r--r-- | src/libwifi/gen/management/assoc_response.c | 1 | ||||
-rw-r--r-- | src/libwifi/gen/management/beacon.c | 1 | ||||
-rw-r--r-- | src/libwifi/gen/management/probe_response.c | 1 | ||||
-rw-r--r-- | src/libwifi/gen/management/reassoc_response.c | 1 | ||||
-rw-r--r-- | src/libwifi/parse/management/beacon.c | 1 | ||||
-rw-r--r-- | src/libwifi/parse/management/common.c | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/src/libwifi/gen/management/assoc_response.c b/src/libwifi/gen/management/assoc_response.c index b3077de..70f53d6 100644 --- a/src/libwifi/gen/management/assoc_response.c +++ b/src/libwifi/gen/management/assoc_response.c | |||
@@ -23,7 +23,6 @@ | |||
23 | 23 | ||
24 | #include <errno.h> | 24 | #include <errno.h> |
25 | #include <stdint.h> | 25 | #include <stdint.h> |
26 | #include <stdio.h> | ||
27 | #include <stdlib.h> | 26 | #include <stdlib.h> |
28 | #include <string.h> | 27 | #include <string.h> |
29 | #include <sys/types.h> | 28 | #include <sys/types.h> |
diff --git a/src/libwifi/gen/management/beacon.c b/src/libwifi/gen/management/beacon.c index e678fd7..8703205 100644 --- a/src/libwifi/gen/management/beacon.c +++ b/src/libwifi/gen/management/beacon.c | |||
@@ -22,7 +22,6 @@ | |||
22 | 22 | ||
23 | #include <errno.h> | 23 | #include <errno.h> |
24 | #include <stdint.h> | 24 | #include <stdint.h> |
25 | #include <stdio.h> | ||
26 | #include <stdlib.h> | 25 | #include <stdlib.h> |
27 | #include <string.h> | 26 | #include <string.h> |
28 | #include <sys/types.h> | 27 | #include <sys/types.h> |
diff --git a/src/libwifi/gen/management/probe_response.c b/src/libwifi/gen/management/probe_response.c index 1528313..6c1e990 100644 --- a/src/libwifi/gen/management/probe_response.c +++ b/src/libwifi/gen/management/probe_response.c | |||
@@ -22,7 +22,6 @@ | |||
22 | 22 | ||
23 | #include <errno.h> | 23 | #include <errno.h> |
24 | #include <stdint.h> | 24 | #include <stdint.h> |
25 | #include <stdio.h> | ||
26 | #include <stdlib.h> | 25 | #include <stdlib.h> |
27 | #include <string.h> | 26 | #include <string.h> |
28 | #include <sys/types.h> | 27 | #include <sys/types.h> |
diff --git a/src/libwifi/gen/management/reassoc_response.c b/src/libwifi/gen/management/reassoc_response.c index 3279f52..30a2389 100644 --- a/src/libwifi/gen/management/reassoc_response.c +++ b/src/libwifi/gen/management/reassoc_response.c | |||
@@ -23,7 +23,6 @@ | |||
23 | 23 | ||
24 | #include <errno.h> | 24 | #include <errno.h> |
25 | #include <stdint.h> | 25 | #include <stdint.h> |
26 | #include <stdio.h> | ||
27 | #include <stdlib.h> | 26 | #include <stdlib.h> |
28 | #include <string.h> | 27 | #include <string.h> |
29 | #include <sys/types.h> | 28 | #include <sys/types.h> |
diff --git a/src/libwifi/parse/management/beacon.c b/src/libwifi/parse/management/beacon.c index bd36daf..72246af 100644 --- a/src/libwifi/parse/management/beacon.c +++ b/src/libwifi/parse/management/beacon.c | |||
@@ -23,7 +23,6 @@ | |||
23 | #include "common.h" | 23 | #include "common.h" |
24 | 24 | ||
25 | #include <errno.h> | 25 | #include <errno.h> |
26 | #include <stdio.h> | ||
27 | #include <stdlib.h> | 26 | #include <stdlib.h> |
28 | #include <string.h> | 27 | #include <string.h> |
29 | 28 | ||
diff --git a/src/libwifi/parse/management/common.c b/src/libwifi/parse/management/common.c index 14d3d42..e847415 100644 --- a/src/libwifi/parse/management/common.c +++ b/src/libwifi/parse/management/common.c | |||
@@ -18,7 +18,6 @@ | |||
18 | #include "../misc/security.h" | 18 | #include "../misc/security.h" |
19 | 19 | ||
20 | #include <errno.h> | 20 | #include <errno.h> |
21 | #include <stdio.h> | ||
22 | #include <stdlib.h> | 21 | #include <stdlib.h> |
23 | #include <string.h> | 22 | #include <string.h> |
24 | 23 | ||