Remove bogus Xlib dependency.

This commit is contained in:
Adam Jackson 2005-10-20 17:32:31 +00:00
parent 763d726c43
commit b3631ba02c

View file

@ -63,9 +63,8 @@
# define _DRM_MALLOC malloc
# define _DRM_FREE free
# else
# include <X11/Xlibint.h>
# define _DRM_MALLOC Xmalloc
# define _DRM_FREE Xfree
# define _DRM_MALLOC malloc
# define _DRM_FREE free
# endif
# include "drm.h"
#endif