projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebe95d3
)
swrast: Clean up header file inclusion in s_alpha.h.
author
Vinson Lee
<vlee@vmware.com>
Sat, 25 Dec 2010 03:30:38 +0000
(19:30 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 25 Dec 2010 03:30:38 +0000
(19:30 -0800)
src/mesa/swrast/s_alpha.h
patch
|
blob
|
history
diff --git
a/src/mesa/swrast/s_alpha.h
b/src/mesa/swrast/s_alpha.h
index 7cd6d800b29b5b225d6005723bc0363f8dfcb7f2..fca209a446784ca7b785bfbf7dd9006a7f0214ba 100644
(file)
--- a/
src/mesa/swrast/s_alpha.h
+++ b/
src/mesa/swrast/s_alpha.h
@@
-1,4
+1,3
@@
-
/*
* Mesa 3-D graphics library
* Version: 4.1
@@
-28,9
+27,10
@@
#define S_ALPHA_H
-#include "main/
mtypes
.h"
+#include "main/
glheader
.h"
#include "s_span.h"
+struct gl_context;
extern GLint
_swrast_alpha_test( const struct gl_context *ctx, SWspan *span );