diff options
author | Dave Airlie <airlied@redhat.com> | 2008-05-28 15:31:18 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-05-28 15:31:18 +1000 |
commit | f892b4adf4021e82a7d4f2eb06256d6f4200ed15 (patch) | |
tree | 6a30539814fe20ff25e8f853c2e212f9ebadfadc | |
parent | c28c1cf756979cebb67ffd64bc29ba371f1a9c4b (diff) |
remove include
-rw-r--r-- | libdrm/xf86drm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libdrm/xf86drm.h b/libdrm/xf86drm.h index 230f54ce..fd22ccb5 100644 --- a/libdrm/xf86drm.h +++ b/libdrm/xf86drm.h @@ -658,6 +658,4 @@ extern int drmSLLookupNeighbors(void *l, unsigned long key, extern int drmOpenOnce(void *unused, const char *BusID, int *newlyopened); extern void drmCloseOnce(int fd); -#include "xf86mm.h" - #endif |