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-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=55270310c5040a0821fef3cfb3b620dc6c0320a9;p=mesa.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 65931d3febc..6104ac29f77 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