From b3631ba02cc55e0f4a4212d7075de62689bd1f43 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 20 Oct 2005 17:32:31 +0000 Subject: Remove bogus Xlib dependency. --- libdrm/xf86drm.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libdrm') diff --git a/libdrm/xf86drm.c b/libdrm/xf86drm.c index e79794b3..1082f225 100644 --- a/libdrm/xf86drm.c +++ b/libdrm/xf86drm.c @@ -63,9 +63,8 @@ # define _DRM_MALLOC malloc # define _DRM_FREE free # else -# include -# define _DRM_MALLOC Xmalloc -# define _DRM_FREE Xfree +# define _DRM_MALLOC malloc +# define _DRM_FREE free # endif # include "drm.h" #endif -- cgit v1.2.3