diff options
author | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2024-07-25 15:26:20 +0200 |
---|---|---|
committer | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2024-07-25 15:26:20 +0200 |
commit | 6ff9f5067a76a06b9efd9e0bb1ed67a8c31207f4 (patch) | |
tree | c23e28acd501701622b2c0e692a3cc6e9bd650f6 | |
parent | eb3725dc3a50416bb46455c744d0c44351b00df9 (diff) | |
download | libmicrohttpd-6ff9f5067a76a06b9efd9e0bb1ed67a8c31207f4.tar.gz libmicrohttpd-6ff9f5067a76a06b9efd9e0bb1ed67a8c31207f4.zip |
test_upgrade: removed duplicated include
Reported by Martin Strunz (maddin200)
-rw-r--r-- | src/microhttpd/test_upgrade.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/microhttpd/test_upgrade.c b/src/microhttpd/test_upgrade.c index 6411adb3..2a0e21dd 100644 --- a/src/microhttpd/test_upgrade.c +++ b/src/microhttpd/test_upgrade.c | |||
@@ -27,13 +27,12 @@ | |||
27 | */ | 27 | */ |
28 | 28 | ||
29 | #include "mhd_options.h" | 29 | #include "mhd_options.h" |
30 | #include <stdlib.h> | 30 | #include <stddef.h> |
31 | #include <stdint.h> | ||
31 | #include <string.h> | 32 | #include <string.h> |
33 | #include <stdlib.h> | ||
32 | #include <stdio.h> | 34 | #include <stdio.h> |
33 | #include <pthread.h> | 35 | #include <pthread.h> |
34 | #include <stdlib.h> | ||
35 | #include <stddef.h> | ||
36 | #include <stdint.h> | ||
37 | #include <errno.h> | 36 | #include <errno.h> |
38 | #ifndef WINDOWS | 37 | #ifndef WINDOWS |
39 | #include <unistd.h> | 38 | #include <unistd.h> |