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/imbuf/intern/IMB_anim.h | 1 - source/blender/imbuf/intern/anim.c | 1 - source/blender/imbuf/intern/bmp.c | 3 --- source/blender/imbuf/intern/hamx.c | 1 - source/blender/imbuf/intern/png.c | 3 --- source/blender/imbuf/intern/rectop.c | 3 --- source/blender/imbuf/intern/rotate.c | 3 --- source/blender/imbuf/intern/scaling.c | 3 --- source/blender/imbuf/intern/targa.c | 1 - 9 files changed, 19 deletions(-) (limited to 'source/blender/imbuf/intern') diff --git a/source/blender/imbuf/intern/IMB_anim.h b/source/blender/imbuf/intern/IMB_anim.h index 08741824290..8b81ca70608 100644 --- a/source/blender/imbuf/intern/IMB_anim.h +++ b/source/blender/imbuf/intern/IMB_anim.h @@ -62,7 +62,6 @@ #include #else #include -#include "BLI_winstuff.h" #endif #include "BLI_blenlib.h" /* BLI_remlink BLI_filesize BLI_addtail diff --git a/source/blender/imbuf/intern/anim.c b/source/blender/imbuf/intern/anim.c index 99cfad34324..c11a56d2abf 100644 --- a/source/blender/imbuf/intern/anim.c +++ b/source/blender/imbuf/intern/anim.c @@ -59,7 +59,6 @@ #include #else #include -#include "BLI_winstuff.h" #endif #include "BLI_blenlib.h" /* BLI_remlink BLI_filesize BLI_addtail diff --git a/source/blender/imbuf/intern/bmp.c b/source/blender/imbuf/intern/bmp.c index 55e02d521d5..e86507ff103 100644 --- a/source/blender/imbuf/intern/bmp.c +++ b/source/blender/imbuf/intern/bmp.c @@ -30,9 +30,6 @@ * ***** END GPL/BL DUAL LICENSE BLOCK ***** */ -#ifdef _WIN32 -#include "BLI_winstuff.h" -#endif #include "BLI_blenlib.h" #include "imbuf.h" diff --git a/source/blender/imbuf/intern/hamx.c b/source/blender/imbuf/intern/hamx.c index c72e313c865..8a5cbda72ec 100644 --- a/source/blender/imbuf/intern/hamx.c +++ b/source/blender/imbuf/intern/hamx.c @@ -35,7 +35,6 @@ #include "BLI_blenlib.h" #ifdef WIN32 -#include "BLI_winstuff.h" #include #endif diff --git a/source/blender/imbuf/intern/png.c b/source/blender/imbuf/intern/png.c index 501d4121ff8..0ebdeeca343 100644 --- a/source/blender/imbuf/intern/png.c +++ b/source/blender/imbuf/intern/png.c @@ -33,9 +33,6 @@ #include "png.h" -#ifdef WIN32 -#include "BLI_winstuff.h" -#endif #include "BLI_blenlib.h" #include "imbuf.h" diff --git a/source/blender/imbuf/intern/rectop.c b/source/blender/imbuf/intern/rectop.c index a694fca862f..22f2698a8c5 100644 --- a/source/blender/imbuf/intern/rectop.c +++ b/source/blender/imbuf/intern/rectop.c @@ -32,9 +32,6 @@ * $Id$ */ -#ifdef WIN32 -#include "BLI_winstuff.h" -#endif #include "BLI_blenlib.h" #include "imbuf.h" diff --git a/source/blender/imbuf/intern/rotate.c b/source/blender/imbuf/intern/rotate.c index edd82347a8c..f8d01789cdc 100644 --- a/source/blender/imbuf/intern/rotate.c +++ b/source/blender/imbuf/intern/rotate.c @@ -32,9 +32,6 @@ * $Id$ */ -#ifdef WIN32 -#include "BLI_winstuff.h" -#endif #include "BLI_blenlib.h" #include "imbuf.h" diff --git a/source/blender/imbuf/intern/scaling.c b/source/blender/imbuf/intern/scaling.c index eb397f6bced..7749dadb2ca 100644 --- a/source/blender/imbuf/intern/scaling.c +++ b/source/blender/imbuf/intern/scaling.c @@ -32,9 +32,6 @@ * $Id$ */ -#ifdef WIN32 -#include "BLI_winstuff.h" -#endif #include "BLI_blenlib.h" #include "imbuf.h" diff --git a/source/blender/imbuf/intern/targa.c b/source/blender/imbuf/intern/targa.c index 06e75673285..5c064098671 100644 --- a/source/blender/imbuf/intern/targa.c +++ b/source/blender/imbuf/intern/targa.c @@ -31,7 +31,6 @@ */ #ifdef WIN32 -#include "BLI_winstuff.h" #include #endif #include "BLI_blenlib.h" -- cgit v1.2.3