summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_main_process.c
diff options
context:
space:
mode:
authorTiago Natel <t.nateldemoura@f5.com>2019-09-20 13:08:04 +0000
committerTiago Natel <t.nateldemoura@f5.com>2019-09-20 13:08:04 +0000
commit93ead878105883dd5c70751f06dae13ef7a13c03 (patch)
treeecd10e15cb73890dc4f658d0bf084c1d0fcf1bab /src/nxt_main_process.c
parent20628c74fa315a1dae6bea64ad365d544bf80510 (diff)
downloadunit-93ead878105883dd5c70751f06dae13ef7a13c03.tar.gz
unit-93ead878105883dd5c70751f06dae13ef7a13c03.tar.bz2
Removed linux/sched.h include.
The <sched.h> is already included by nxt_unix.h. This closes #314 PR on GitHub.
Diffstat (limited to 'src/nxt_main_process.c')
-rw-r--r--src/nxt_main_process.c4
1 files changed, 0 insertions, 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 <nxt_cert.h>
#endif
-#ifdef NXT_LINUX
-#include <linux/sched.h>
-#endif
-
typedef struct {
nxt_socket_t socket;