Module: Mesa Branch: master Commit: e557c2e14f1481abff75af912feb5dce79a65ab8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e557c2e14f1481abff75af912feb5dce79a65ab8
Author: George Sapountzis <[email protected]> Date: Sun Mar 14 11:36:46 2010 +0200 dri/swrast: drop mtypes.h from dri_sw --- src/mesa/drivers/dri/common/dri_sw.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/drivers/dri/common/dri_sw.h b/src/mesa/drivers/dri/common/dri_sw.h index 89369a9..e353e26 100644 --- a/src/mesa/drivers/dri/common/dri_sw.h +++ b/src/mesa/drivers/dri/common/dri_sw.h @@ -26,8 +26,8 @@ #define _DRI_SW_H #include <GL/gl.h> +#include <GL/internal/glcore.h> #include <GL/internal/dri_interface.h> -#include "main/mtypes.h" /** _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
