From 7818aba1d1e74f4ffe68b7d6806622b94ae8a230 Mon Sep 17 00:00:00 2001 From: Roland Scheidegger Date: Sat, 4 Oct 2008 15:50:35 +0200 Subject: [PATCH] dri2: fix compilation (remove no longer existing include file) --- hw/xfree86/dri2/dri2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/xfree86/dri2/dri2.c b/hw/xfree86/dri2/dri2.c index 7bb6ac185..75a99c127 100644 --- a/hw/xfree86/dri2/dri2.c +++ b/hw/xfree86/dri2/dri2.c @@ -39,7 +39,6 @@ #include "scrnintstr.h" #include "windowstr.h" #include "dri2.h" -#include #include "xf86.h"