From: Vinson Lee Date: Tue, 19 Jan 2010 05:37:18 +0000 (-0800) Subject: mesa: Remove unnecessary headers from debug.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b36b85f9d0c721188582e6daa3328ab9766f85c0;p=mesa.git mesa: Remove unnecessary headers from debug.c. --- diff --git a/src/mesa/main/debug.c b/src/mesa/main/debug.c index a42113edcac..d4d099a08b6 100644 --- a/src/mesa/main/debug.c +++ b/src/mesa/main/debug.c @@ -26,7 +26,6 @@ #include "mtypes.h" #include "attrib.h" #include "colormac.h" -#include "context.h" #include "enums.h" #include "formats.h" #include "hash.h" @@ -35,7 +34,6 @@ #include "get.h" #include "pixelstore.h" #include "readpix.h" -#include "texgetimage.h" #include "texobj.h"