gallium/tessellator: Remove unused includes
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>
This commit is contained in:
committed by
Marge Bot
parent
bca9e7fe23
commit
248a5a330d
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user