Do not #include <malloc.h>, which is non-standard and not needed.

This commit is contained in:
Gerald Pfeifer 2002-07-16 01:17:21 +00:00 committed by Alexandre Julliard
parent 33dfdfcabc
commit 41fc7e5d55
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@
#include <commctrl.h>
#include <shellapi.h>
#include <stdlib.h>
#include <malloc.h>
#include <stdio.h>
#include <tchar.h>
#include <ctype.h>