From aeb420d9f20f0973d428b5de0bd19f83c684bf54 Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 29 Jan 2008 10:13:13 +0000 Subject: Smoothing up win32 fixes. --- recycle.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'recycle.c') diff --git a/recycle.c b/recycle.c index ff823d1..084854b 100644 --- a/recycle.c +++ b/recycle.c @@ -13,11 +13,7 @@ This also decreases memory fragmentation, and freeing structures -------------------------------------------------------------------- */ -#ifdef WIN32 -#include "stdint.h" -#else -#include -#endif +#include "mpqlib-stdint.h" #include #include #include "recycle.h" -- cgit v1.2.3