projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b62c1c4
)
mesa: Clean up header file inclusion in fbobject.h.
author
Vinson Lee
<vlee@vmware.com>
Tue, 9 Nov 2010 08:51:41 +0000
(
00:51
-0800)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 9 Nov 2010 08:52:49 +0000
(
00:52
-0800)
src/mesa/main/fbobject.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/fbobject.h
b/src/mesa/main/fbobject.h
index
9e18e53
..
2aace2e
100644
(file)
--- a/
src/mesa/main/fbobject.h
+++ b/
src/mesa/main/fbobject.h
@@
-26,7
+26,10
@@
#ifndef FBOBJECT_H
#define FBOBJECT_H
-#include "mtypes.h"
+#include "glheader.h"
+
+struct gl_context;
+struct gl_texture_object;
extern void
_mesa_init_fbobjects(struct gl_context *ctx);