projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d5f5d3
)
swrast: Clean up header file inclusion in s_span.h.
author
Vinson Lee
<vlee@vmware.com>
Sat, 25 Dec 2010 04:17:18 +0000
(20:17 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 25 Dec 2010 04:17:18 +0000
(20:17 -0800)
src/mesa/swrast/s_span.h
patch
|
blob
|
history
diff --git
a/src/mesa/swrast/s_span.h
b/src/mesa/swrast/s_span.h
index 18e275ec8aba24243e076c7bb2800eb133a16f5a..afafbe09acf52e19079305be942770bda4f1abc6 100644
(file)
--- a/
src/mesa/swrast/s_span.h
+++ b/
src/mesa/swrast/s_span.h
@@
-28,7
+28,12
@@
#define S_SPAN_H
-#include "swrast.h"
+#include "main/config.h"
+#include "main/glheader.h"
+#include "main/mtypes.h"
+
+struct gl_context;
+struct gl_renderbuffer;
/**