Removed linux/sched.h include.

The <sched.h> is already included by nxt_unix.h.

This closes #314 PR on GitHub.
This commit is contained in:
Tiago Natel
2019-09-20 13:08:04 +00:00
parent 20628c74fa
commit 93ead87810

View File

@@ -14,10 +14,6 @@
#include <nxt_cert.h> #include <nxt_cert.h>
#endif #endif
#ifdef NXT_LINUX
#include <linux/sched.h>
#endif
typedef struct { typedef struct {
nxt_socket_t socket; nxt_socket_t socket;