Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2005-03-19 23:04:25 +0300
committerDaniel Dunbar <daniel@zuster.org>2005-03-19 23:04:25 +0300
commitb3bb3f06baa3a591586660123c0d4f3bad79f527 (patch)
tree9e8a49067a5083c0f52d3e3a010acdb306612bd1 /source/blender/python/api2_2x/sceneRender.c
parentc8d6515ad7bd6b5b5ac773dfad9812591851cf80 (diff)
Some cleaning up of BLI_winstuff.h usage
- removed reference in render.h (really bad, shouldn't include a platform specific header so widely unless really necessary) - added M_PI, M_PI_2, M_SQRT, M_SQRT_2 defines to BLI_arithb.h... this is a better place as it is more the "standard" blender math header. left in winstuff.h as well for the moment for simplicity - other changes are patches to code so everything works ok with this shuffling.
Diffstat (limited to 'source/blender/python/api2_2x/sceneRender.c')
-rw-r--r--source/blender/python/api2_2x/sceneRender.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/python/api2_2x/sceneRender.c b/source/blender/python/api2_2x/sceneRender.c
index 2ca59446870..f5de8a1c4d5 100644
--- a/source/blender/python/api2_2x/sceneRender.c
+++ b/source/blender/python/api2_2x/sceneRender.c
@@ -29,9 +29,6 @@
*
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
-#ifdef WIN32
-#include <BLI_winstuff.h>
-#endif
#include <BIF_renderwin.h>
#include <BKE_utildefines.h>