[MSVCRT_WINETEST] Add a PCH.
[reactos.git] / modules / rostests / winetests / msvcrt / heap.c
index 4a3c7a8..e7fa3ec 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <stdlib.h>
+#include "precomp.h"
+
 #include <malloc.h>
-#include <errno.h>
-#include "wine/test.h"
 
 static void (__cdecl *p_aligned_free)(void*) = NULL;
 static void * (__cdecl *p_aligned_malloc)(size_t,size_t) = NULL;