Fossil SCM
Remove extraneous includes that were left overs from alternative approach.
Commit
e7386bb0b5b05846d62a9fee253656f9b92b81371239625f71b90d26390dff21
Parent
61b3f488a6f045f…
1 file changed
-9
-9
| --- src/http_ssl.c | ||
| +++ src/http_ssl.c | ||
| @@ -35,19 +35,10 @@ | ||
| 35 | 35 | |
| 36 | 36 | #include <openssl/bio.h> |
| 37 | 37 | #include <openssl/ssl.h> |
| 38 | 38 | #include <openssl/err.h> |
| 39 | 39 | #include <openssl/x509.h> |
| 40 | -#if defined(_WIN32) | |
| 41 | -# include <winsock2.h> | |
| 42 | -# include <ws2tcpip.h> | |
| 43 | -#else | |
| 44 | -# include <netinet/in.h> | |
| 45 | -# include <arpa/inet.h> | |
| 46 | -# include <sys/socket.h> | |
| 47 | -# include <netdb.h> | |
| 48 | -#endif | |
| 49 | 40 | |
| 50 | 41 | #include <assert.h> |
| 51 | 42 | #include <sys/types.h> |
| 52 | 43 | |
| 53 | 44 | /* |
| 54 | 45 |
| --- src/http_ssl.c | |
| +++ src/http_ssl.c | |
| @@ -35,19 +35,10 @@ | |
| 35 | |
| 36 | #include <openssl/bio.h> |
| 37 | #include <openssl/ssl.h> |
| 38 | #include <openssl/err.h> |
| 39 | #include <openssl/x509.h> |
| 40 | #if defined(_WIN32) |
| 41 | # include <winsock2.h> |
| 42 | # include <ws2tcpip.h> |
| 43 | #else |
| 44 | # include <netinet/in.h> |
| 45 | # include <arpa/inet.h> |
| 46 | # include <sys/socket.h> |
| 47 | # include <netdb.h> |
| 48 | #endif |
| 49 | |
| 50 | #include <assert.h> |
| 51 | #include <sys/types.h> |
| 52 | |
| 53 | /* |
| 54 |
| --- src/http_ssl.c | |
| +++ src/http_ssl.c | |
| @@ -35,19 +35,10 @@ | |
| 35 | |
| 36 | #include <openssl/bio.h> |
| 37 | #include <openssl/ssl.h> |
| 38 | #include <openssl/err.h> |
| 39 | #include <openssl/x509.h> |
| 40 | |
| 41 | #include <assert.h> |
| 42 | #include <sys/types.h> |
| 43 | |
| 44 | /* |
| 45 |