From: Michel Dänzer Date: Mon, 1 Sep 2008 09:43:29 +0000 (+0200) Subject: Fix build by removing #include of removed dri_sarea.h. X-Git-Tag: 062012170305~18161 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=55270310c5040a0821fef3cfb3b620dc6c0320a9;p=profile%2Fivi%2Fmesa.git Fix build by removing #include of removed dri_sarea.h. Thanks to JohnFlux on IRC for pointing out the problem. --- diff --git a/src/mesa/drivers/dri/common/dri_util.h b/src/mesa/drivers/dri/common/dri_util.h index 65931d3..6104ac2 100644 --- a/src/mesa/drivers/dri/common/dri_util.h +++ b/src/mesa/drivers/dri/common/dri_util.h @@ -56,7 +56,6 @@ #include "glheader.h" #include "GL/internal/glcore.h" #include "GL/internal/dri_interface.h" -#include "GL/internal/dri_sarea.h" #define GLX_BAD_CONTEXT 5