From c102dfd43d5ce6b159112b66cb80d233620e58dc Mon Sep 17 00:00:00 2001 From: Ray Molenkamp Date: Wed, 18 Mar 2020 13:26:38 -0600 Subject: Cleanup: Prepare for sorted headers on windows To prepare for D6811 small changes were needed. we can no longer undefine near/far since the windows headers use those extensively. some of the imbuf files need to include the windows headers explicitly to make sure it builds. --- source/blender/blenlib/BLI_winstuff.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/blenlib') diff --git a/source/blender/blenlib/BLI_winstuff.h b/source/blender/blenlib/BLI_winstuff.h index 08d29a328b4..3d59ad21251 100644 --- a/source/blender/blenlib/BLI_winstuff.h +++ b/source/blender/blenlib/BLI_winstuff.h @@ -33,8 +33,6 @@ #include -#undef near -#undef far #undef rad #undef rad1 #undef rad2 -- cgit v1.2.3