Remove bogus Xlib dependency.

main
Adam Jackson 2005-10-20 17:32:31 +00:00
parent 763d726c43
commit b3631ba02c
1 changed files with 2 additions and 3 deletions

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