From 8829e0c3f3d4a53d702eca91253b5194f1d94503 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Thu, 12 Aug 2010 23:51:16 -0700 Subject: swrast: Clean up header file inclusion in ss_context.h. Remove mtypes.h and swrast_setup.h. Include glheader.h for GL symbols. --- src/mesa/swrast_setup/ss_context.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mesa/swrast_setup') diff --git a/src/mesa/swrast_setup/ss_context.h b/src/mesa/swrast_setup/ss_context.h index 1ec293fade..56551ab273 100644 --- a/src/mesa/swrast_setup/ss_context.h +++ b/src/mesa/swrast_setup/ss_context.h @@ -28,9 +28,8 @@ #ifndef SS_CONTEXT_H #define SS_CONTEXT_H -#include "main/mtypes.h" +#include "main/glheader.h" #include "swrast/swrast.h" -#include "swrast_setup.h" #include "tnl/t_context.h" typedef struct { -- cgit v1.2.3