From a4655d892a5e4e7e2fd5c2b41479af92ab110fad Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Fri, 7 Dec 2001 09:11:27 +0000 Subject: [PATCH] remove ifdef FreeBSD --- bsd-core/drm_agpsupport.c | 2 -- bsd/drm_agpsupport.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/bsd-core/drm_agpsupport.c b/bsd-core/drm_agpsupport.c index 3c66c1c4..ac12c867 100644 --- a/bsd-core/drm_agpsupport.c +++ b/bsd-core/drm_agpsupport.c @@ -31,13 +31,11 @@ #include "drmP.h" -#ifdef __FreeBSD__ #include #include #if __REALLY_HAVE_AGP #include #endif -#endif int DRM(agp_info)(DRM_OS_IOCTL) { diff --git a/bsd/drm_agpsupport.h b/bsd/drm_agpsupport.h index 3c66c1c4..ac12c867 100644 --- a/bsd/drm_agpsupport.h +++ b/bsd/drm_agpsupport.h @@ -31,13 +31,11 @@ #include "drmP.h" -#ifdef __FreeBSD__ #include #include #if __REALLY_HAVE_AGP #include #endif -#endif int DRM(agp_info)(DRM_OS_IOCTL) {