summaryrefslogtreecommitdiff
path: root/src/mesa/swrast_setup
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-12 23:51:16 -0700
committerVinson Lee <vlee@vmware.com>2010-08-12 23:51:16 -0700
commit8829e0c3f3d4a53d702eca91253b5194f1d94503 (patch)
tree27653d336f7febc89d83c8d8ccfa072dcda99be5 /src/mesa/swrast_setup
parentdb0c6810f9cd1705fe27231ca7f8dcf0c4d6874d (diff)
swrast: Clean up header file inclusion in ss_context.h.
Remove mtypes.h and swrast_setup.h. Include glheader.h for GL symbols.
Diffstat (limited to 'src/mesa/swrast_setup')
-rw-r--r--src/mesa/swrast_setup/ss_context.h3
1 files changed, 1 insertions, 2 deletions
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 {