swrast: Clean up header file inclusion in ss_context.h.
authorVinson Lee <vlee@vmware.com>
Fri, 13 Aug 2010 06:51:16 +0000 (23:51 -0700)
committerVinson Lee <vlee@vmware.com>
Fri, 13 Aug 2010 06:51:16 +0000 (23:51 -0700)
Remove mtypes.h and swrast_setup.h.
Include glheader.h for GL symbols.

src/mesa/swrast_setup/ss_context.h

index 1ec293f..56551ab 100644 (file)
@@ -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 {