Mesa (mesa_7_7_branch): mesa: Remove unnecessary headers from fbobject.c.

Vinson Lee vlee at kemper.freedesktop.org
Tue Jan 19 05:14:56 UTC 2010


Module: Mesa
Branch: mesa_7_7_branch
Commit: 536e3c9168c315651210ca853eb8cb4423f9f71c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=536e3c9168c315651210ca853eb8cb4423f9f71c

Author: Vinson Lee <vlee at vmware.com>
Date:   Mon Jan 18 21:14:04 2010 -0800

mesa: Remove unnecessary headers from fbobject.c.

---

 src/mesa/main/fbobject.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/mesa/main/fbobject.c b/src/mesa/main/fbobject.c
index 7b3599f..56e8065 100644
--- a/src/mesa/main/fbobject.c
+++ b/src/mesa/main/fbobject.c
@@ -40,13 +40,10 @@
 #include "framebuffer.h"
 #include "hash.h"
 #include "macros.h"
-#include "mipmap.h"
 #include "renderbuffer.h"
 #include "state.h"
 #include "teximage.h"
 #include "texobj.h"
-#include "texstore.h"
-#include "texstate.h"
 
 
 /** Set this to 1 to help debug FBO incompleteness problems */




More information about the mesa-commit mailing list