projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbd3f72
)
mesa: Clean up header file inclusion in viewport.h.
author
Vinson Lee
<vlee@vmware.com>
Tue, 7 Dec 2010 08:37:48 +0000
(
00:37
-0800)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 7 Dec 2010 08:37:48 +0000
(
00:37
-0800)
src/mesa/main/viewport.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/viewport.h
b/src/mesa/main/viewport.h
index
ccfa375
..
909ff92
100644
(file)
--- a/
src/mesa/main/viewport.h
+++ b/
src/mesa/main/viewport.h
@@
-28,7
+28,8
@@
#define VIEWPORT_H
#include "glheader.h"
-#include "mtypes.h"
+
+struct gl_context;
extern void GLAPIENTRY
_mesa_Viewport(GLint x, GLint y, GLsizei width, GLsizei height);