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)