projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db0c681
)
swrast: Clean up header file inclusion in ss_context.h.
author
Vinson Lee
<vlee@vmware.com>
Fri, 13 Aug 2010 06:51:16 +0000
(23:51 -0700)
committer
Vinson 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
patch
|
blob
|
history
diff --git
a/src/mesa/swrast_setup/ss_context.h
b/src/mesa/swrast_setup/ss_context.h
index 1ec293fade165c909b0ddf816902a4f080e6cbe7..56551ab273c5e517e67608e99581e46558af833f 100644
(file)
--- 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 {