summaryrefslogtreecommitdiff
path: root/src/mesa/main/debug.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-18 21:37:18 -0800
committerVinson Lee <vlee@vmware.com>2010-01-18 21:37:18 -0800
commitb36b85f9d0c721188582e6daa3328ab9766f85c0 (patch)
treedd629b04f943c955fda499eacef58be5e0abaafa /src/mesa/main/debug.c
parent6deb8c9831c60ed5ae93966b5a37d1215b8682a4 (diff)
mesa: Remove unnecessary headers from debug.c.
Diffstat (limited to 'src/mesa/main/debug.c')
-rw-r--r--src/mesa/main/debug.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/debug.c b/src/mesa/main/debug.c
index a42113edca..d4d099a08b 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"