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:
parent
93a3a28f2c
commit
fea7c7a8c0
|
@ -33,12 +33,10 @@
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#ifndef __NetBSD__
|
#ifndef __NetBSD__
|
||||||
# include <sys/sysctl.h>
|
#include <sys/sysctl.h>
|
||||||
# if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
|
#endif
|
||||||
# include <machine/sysarch.h>
|
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
|
||||||
# endif
|
#include <machine/sysarch.h>
|
||||||
# else
|
|
||||||
# include <machine/sysarch.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "xf86Axp.h"
|
#include "xf86Axp.h"
|
||||||
|
|
Loading…
Reference in New Issue