bsd: alpha_video: Simplify #include

Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Alexandr Shadchin 2011-10-03 23:03:31 +06:00
parent 93a3a28f2c
commit fea7c7a8c0

View File

@ -34,10 +34,8 @@
#include <sys/param.h>
#ifndef __NetBSD__
#include <sys/sysctl.h>
# if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
# include <machine/sysarch.h>
#endif
# else
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
#include <machine/sysarch.h>
#endif