diff options
author | Vinson Lee <[email protected]> | 2010-11-09 00:51:41 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-11-09 00:52:49 -0800 |
commit | 6121730e74ed4ff80569cfa496721afbf8ee7d22 (patch) | |
tree | 835f875fb3b49c9c9435afda5311b22bb665118c /src/mesa | |
parent | b62c1c4595551c4936323135224a5ea686ba972a (diff) |
mesa: Clean up header file inclusion in fbobject.h.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/fbobject.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/fbobject.h b/src/mesa/main/fbobject.h index 9e18e538a6f..2aace2ebd4b 100644 --- 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); |