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:
@@ -14,10 +14,6 @@
|
||||
#include <nxt_cert.h>
|
||||
#endif
|
||||
|
||||
#ifdef NXT_LINUX
|
||||
#include <linux/sched.h>
|
||||
#endif
|
||||
|
||||
|
||||
typedef struct {
|
||||
nxt_socket_t socket;
|
||||
|
||||
Reference in New Issue
Block a user