diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-05-20 16:15:02 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-05-20 16:15:02 +0000 |
commit | e5efbae7842e99b4f5d7a8cf322fa91fde5b343b (patch) | |
tree | 98a8c6660668cb9c1045b464ff9922da59b62687 | |
parent | 6c9a3742c576454eb7f56433c3196968bc73a991 (diff) |
Bug #3346: Don't include DRI-internal headers from the drivers. Pointed outXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10
by Kevin Martin.
-rw-r--r-- | src/ffb_dri.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ffb_dri.c b/src/ffb_dri.c index 93ed1a4..be1d86c 100644 --- a/src/ffb_dri.c +++ b/src/ffb_dri.c @@ -44,7 +44,6 @@ #define _XF86DRI_SERVER_ #include "xf86dri.h" #include "dri.h" -#include "dristruct.h" #include "GL/glxint.h" |