From 8e92ee86842246c036481bc8a2318ad4c8481b92 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sat, 19 Mar 2005 21:08:13 +0000 Subject: - remove all obsolete inclusions of BLI_winstuff.h (due to recent changes) NOTE: BLI_winstuff.h was meant to be a wrapper around windows.h to handle undefining various crap that windows.h defines. Platform specific headers should only have to be included in a few places. This reduces the number of inclusions of BLI_winstuff.h to 16 which is a much more reasonable number (than the 144 or whatever it used to be) --- source/blender/blenloader/intern/readblenentry.c | 4 ---- source/blender/blenloader/intern/undofile.c | 4 ---- 2 files changed, 8 deletions(-) (limited to 'source/blender/blenloader/intern') diff --git a/source/blender/blenloader/intern/readblenentry.c b/source/blender/blenloader/intern/readblenentry.c index 5c31217a31f..ee8cba2329d 100644 --- a/source/blender/blenloader/intern/readblenentry.c +++ b/source/blender/blenloader/intern/readblenentry.c @@ -35,10 +35,6 @@ #include #endif -#ifdef WIN32 -#include "BLI_winstuff.h" -#endif - #include #include #include diff --git a/source/blender/blenloader/intern/undofile.c b/source/blender/blenloader/intern/undofile.c index f16fb5e7b17..c8c31f4f2ac 100644 --- a/source/blender/blenloader/intern/undofile.c +++ b/source/blender/blenloader/intern/undofile.c @@ -35,10 +35,6 @@ #include #endif -#ifdef WIN32 -#include "BLI_winstuff.h" -#endif - #include #include #include -- cgit v1.2.3