From: hniksic Date: Mon, 27 Jun 2005 11:02:47 +0000 (-0700) Subject: [svn] Don't explicitly include , mswindows.h does it for us. X-Git-Tag: v1.13~882 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=a41d45a9f3cfa36999ea0ca661929a4ff4441a26 [svn] Don't explicitly include , mswindows.h does it for us. --- diff --git a/windows/ChangeLog b/windows/ChangeLog index 21487e96..8ffb364e 100644 --- a/windows/ChangeLog +++ b/windows/ChangeLog @@ -1,3 +1,10 @@ +2005-06-27 Hrvoje Niksic + + * config.h.bor: Ditto. + + * config.h.mingw: Don't explicitly include malloc.h, mswindows.h + does that. + 2005-06-23 Hrvoje Niksic * config.h.bor: Ditto. diff --git a/windows/config.h.bor b/windows/config.h.bor index f922ef66..16abcd2b 100644 --- a/windows/config.h.bor +++ b/windows/config.h.bor @@ -47,9 +47,6 @@ /* Define if you have the header file. */ #undef HAVE_ALLOCA_H -/* For Borland C++ 5.5, alloca is defined in the header file. */ -#include - /* Define to empty if the keyword does not work. */ /* #undef const */ diff --git a/windows/config.h.mingw b/windows/config.h.mingw index cf7f92d7..4cf6c30f 100644 --- a/windows/config.h.mingw +++ b/windows/config.h.mingw @@ -34,9 +34,6 @@ so, delete this exception statement from your version. */ /* Define if you have the header file. */ /* #undef HAVE_ALLOCA_H */ -/* For MinGW GCC/Win32, alloca is defined in the header file. */ -#include - /* Flag that C files should include , not . */ #define WGET_USE_STDARG