gallium/tessellator: Remove unused includes
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Thu, 18 Feb 2021 00:54:50 +0000 (19:54 -0500)
committerMarge Bot <eric+marge@anholt.net>
Sun, 21 Feb 2021 22:17:35 +0000 (22:17 +0000)
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Acked-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9118>

src/gallium/auxiliary/tessellator/tessellator.cpp

index cc06296..c866004 100644 (file)
@@ -23,8 +23,6 @@
 #else
 #include <cmath>
 #endif
-//#include <windows.h> // Just used for some commented out debug stat printing.
-//#include <strsafe.h> // Ditto.
 #define min(x,y) (x < y ? x : y)
 #define max(x,y) (x > y ? x : y)