Mesa (master): mesa: Clean up header file inclusion in fbobject.h.

Vinson Lee vlee at kemper.freedesktop.org
Tue Nov 9 08:53:08 UTC 2010


Module: Mesa
Branch: master
Commit: 6121730e74ed4ff80569cfa496721afbf8ee7d22
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6121730e74ed4ff80569cfa496721afbf8ee7d22

Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Nov  9 00:51:41 2010 -0800

mesa: Clean up header file inclusion in fbobject.h.

---

 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 9e18e53..2aace2e 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);




More information about the mesa-commit mailing list