Don't include "internal" headers outside of regular headers.
authorSascha Wildner <saw@online.de>
Wed, 15 May 2019 20:34:17 +0000 (22:34 +0200)
committerSascha Wildner <saw@online.de>
Wed, 15 May 2019 20:34:17 +0000 (22:34 +0200)
commit1cf78b6977a385a7bc2012c6349f7cda241972a8
tree5bc950979f544be3a5625b5dc7ad9e652f2657e2
parent154145ad45976b95092839005b719bc8f7c38ed8
Don't include "internal" headers outside of regular headers.

Include files like <sys/_timespec.h> and so on contain small parts
such as struct timespec that are supposed to be provided by multiple
regular headers. They should only be included by other headers, not
by *.c files.

None of these was actually needed except for the libtelnet one
(replaced with <stddef.h>).
lib/libtelnet/genget.c
sys/dev/drm/linux_vmalloc.c
sys/emulation/ndis/subr_ndis.c
sys/libkern/strsep.c