summaryrefslogtreecommitdiff
path: root/src/mesa/main/fbobject.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-11-09 00:51:41 -0800
committerVinson Lee <vlee@vmware.com>2010-11-09 00:52:49 -0800
commit6121730e74ed4ff80569cfa496721afbf8ee7d22 (patch)
tree835f875fb3b49c9c9435afda5311b22bb665118c /src/mesa/main/fbobject.h
parentb62c1c4595551c4936323135224a5ea686ba972a (diff)
mesa: Clean up header file inclusion in fbobject.h.
Diffstat (limited to 'src/mesa/main/fbobject.h')
-rw-r--r--src/mesa/main/fbobject.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/fbobject.h b/src/mesa/main/fbobject.h
index 9e18e538a6..2aace2ebd4 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);