summaryrefslogtreecommitdiff
path: root/src/mesa/main/fbobject.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-18 21:14:04 -0800
committerVinson Lee <vlee@vmware.com>2010-01-18 21:14:04 -0800
commit536e3c9168c315651210ca853eb8cb4423f9f71c (patch)
tree068389b63524064a0e7aa859b23f2036ec1106e6 /src/mesa/main/fbobject.c
parentb6dce54214c804e46aab05acd03a64c35a9baa63 (diff)
mesa: Remove unnecessary headers from fbobject.c.
Diffstat (limited to 'src/mesa/main/fbobject.c')
-rw-r--r--src/mesa/main/fbobject.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/fbobject.c b/src/mesa/main/fbobject.c
index 7b3599f932..56e806559f 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 */