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 1ec293fade165c909b0ddf816902a4f080e6cbe7..56551ab273c5e517e67608e99581e46558af833f 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 {