From 0320db25f917980621107b790c4fc5171cb0b6ac Mon Sep 17 00:00:00 2001 From: Nicolas Kaiser Date: Sun, 24 Apr 2011 12:36:48 +0200 Subject: [PATCH] hw/xfree86/dri: remove duplicated includes Remove duplicated includes. Signed-off-by: Nicolas Kaiser Reviewed-by: Matthieu Herrb --- hw/xfree86/dri/dri.c | 2 -- hw/xfree86/dri/xf86dri.c | 1 - 2 files changed, 3 deletions(-) diff --git a/hw/xfree86/dri/dri.c b/hw/xfree86/dri/dri.c index bb5482a0b..1726960ae 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 20baa24f2..e02644a30 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"