From 248a5a330d04f10fa4cf91039a5bb7043cec0eda Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Wed, 17 Feb 2021 19:54:50 -0500 Subject: [PATCH] gallium/tessellator: Remove unused includes Signed-off-by: Alyssa Rosenzweig Acked-by: Jesse Natalie Part-of: --- src/gallium/auxiliary/tessellator/tessellator.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gallium/auxiliary/tessellator/tessellator.cpp b/src/gallium/auxiliary/tessellator/tessellator.cpp index cc0629622de..c8660043254 100644 --- a/src/gallium/auxiliary/tessellator/tessellator.cpp +++ b/src/gallium/auxiliary/tessellator/tessellator.cpp @@ -23,8 +23,6 @@ #else #include #endif -//#include // Just used for some commented out debug stat printing. -//#include // Ditto. #define min(x,y) (x < y ? x : y) #define max(x,y) (x > y ? x : y)