From: Vinson Lee Date: Tue, 19 Jan 2010 05:14:04 +0000 (-0800) Subject: mesa: Remove unnecessary headers from fbobject.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=536e3c9168c315651210ca853eb8cb4423f9f71c;p=mesa.git mesa: Remove unnecessary headers from fbobject.c. --- diff --git a/src/mesa/main/fbobject.c b/src/mesa/main/fbobject.c index 7b3599f9322..56e806559fd 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 */