aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputStream_http.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/inputStream_http.c')
-rw-r--r--src/inputStream_http.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/inputStream_http.c b/src/inputStream_http.c
index 80b908a2e..db8b3062a 100644
--- a/src/inputStream_http.c
+++ b/src/inputStream_http.c
@@ -21,20 +21,7 @@
#include "utils.h"
#include "log.h"
#include "conf.h"
-
-#include <stdio.h>
-#include <sys/time.h>
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <netdb.h>
-#include <sys/param.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
-#include <unistd.h>
-#include <errno.h>
-#include <stdlib.h>
-#include <string.h>
-#include <fcntl.h>
+#include "os_compat.h"
#define HTTP_CONN_STATE_CLOSED 0
#define HTTP_CONN_STATE_INIT 1