From: Vinson Lee Date: Fri, 13 Aug 2010 06:51:16 +0000 (-0700) Subject: swrast: Clean up header file inclusion in ss_context.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8829e0c3f3d4a53d702eca91253b5194f1d94503;p=mesa.git swrast: Clean up header file inclusion in ss_context.h. Remove mtypes.h and swrast_setup.h. Include glheader.h for GL symbols. --- diff --git a/src/mesa/swrast_setup/ss_context.h b/src/mesa/swrast_setup/ss_context.h index 1ec293fade1..56551ab273c 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 {