diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2008-09-01 11:43:29 +0200 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2008-09-01 11:43:29 +0200 |
commit | 55270310c5040a0821fef3cfb3b620dc6c0320a9 (patch) | |
tree | 8f3b193065816faa59219f87e8753e23879ce3d0 /src/mesa/drivers | |
parent | f56b569e9af356c11869ee49a4669bb01b75397e (diff) |
Fix build by removing #include of removed dri_sarea.h.
Thanks to JohnFlux on IRC for pointing out the problem.
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/dri/common/dri_util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/common/dri_util.h b/src/mesa/drivers/dri/common/dri_util.h index 65931d3feb..6104ac29f7 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 |