From 93ead878105883dd5c70751f06dae13ef7a13c03 Mon Sep 17 00:00:00 2001 From: Tiago Natel Date: Fri, 20 Sep 2019 13:08:04 +0000 Subject: Removed linux/sched.h include. The is already included by nxt_unix.h. This closes #314 PR on GitHub. --- src/nxt_main_process.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/nxt_main_process.c b/src/nxt_main_process.c index 3ec44d83..b9e7ab96 100644 --- a/src/nxt_main_process.c +++ b/src/nxt_main_process.c @@ -14,10 +14,6 @@ #include #endif -#ifdef NXT_LINUX -#include -#endif - typedef struct { nxt_socket_t socket; -- cgit