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

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