diff options
author | Vinson Lee <[email protected]> | 2010-01-18 21:37:18 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-18 21:37:18 -0800 |
commit | b36b85f9d0c721188582e6daa3328ab9766f85c0 (patch) | |
tree | dd629b04f943c955fda499eacef58be5e0abaafa /src | |
parent | 6deb8c9831c60ed5ae93966b5a37d1215b8682a4 (diff) |
mesa: Remove unnecessary headers from debug.c.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/debug.c | 2 |
1 files changed, 0 insertions, 2 deletions
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" |