DragonFlyBSD/src 1cf78b6lib/libtelnet genget.c, sys/dev/drm linux_vmalloc.c

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>).
DeltaFile
+1-1lib/libtelnet/genget.c
+0-1sys/dev/drm/linux_vmalloc.c
+0-1sys/emulation/ndis/subr_ndis.c
+0-1sys/libkern/strsep.c
+1-44 files

UnifiedSplitRaw