On Sun, Oct 03, 2010 at 03:32:11PM +0200, Nicolas Kaiser wrote: > Remove duplicated includes. > --- > hw/xfree86/dri/dri.c | 2 -- > hw/xfree86/dri/xf86dri.c | 1 - > 2 files changed, 0 insertions(+), 3 deletions(-) > > diff --git a/hw/xfree86/dri/dri.c b/hw/xfree86/dri/dri.c > index fe99a2d..fabd959 100644 > --- a/hw/xfree86/dri/dri.c > +++ b/hw/xfree86/dri/dri.c > @@ -63,8 +63,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. > #include "dri.h" > #include "sarea.h" > #include "dristruct.h" > -#include "xf86.h" > -#include "xf86drm.h" > #include "mi.h" > #include "mipointer.h" > #include "xf86_OSproc.h" > diff --git a/hw/xfree86/dri/xf86dri.c b/hw/xfree86/dri/xf86dri.c > index 20baa24..e02644a 100644 > --- a/hw/xfree86/dri/xf86dri.c > +++ b/hw/xfree86/dri/xf86dri.c > @@ -58,7 +58,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. > #include "dri.h" > #include "sarea.h" > #include "dristruct.h" > -#include "xf86.h" > #include "xf86drm.h" > #include "protocol-versions.h" >
Reviewed-by: Matthieu Herrb <matthieu.he...@laas.fr> -- Matthieu Herrb _______________________________________________ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel