* Cleanup unused header inclusions.

svn path=/trunk/; revision=61349
This commit is contained in:
Amine Khaldi 2013-12-23 15:07:40 +00:00
parent 2f71f0d785
commit 8d8e790f2c
2 changed files with 0 additions and 6 deletions

View file

@ -16,12 +16,9 @@
*/
#include "precomp.h"
//#include <locale.h>
#include <mbctype.h>
#include <sys/stat.h>
#include <internal/wine/msvcrt.h>
//#include <internal/tls.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(crtdll);

View file

@ -1,10 +1,7 @@
#ifndef _CRT_PRECOMP_H
#define _CRT_PRECOMP_H
//#include <stdio.h>
//#include <windows.h>
#include <stdarg.h>
#include <internal/tls.h>
//#include <stdlib.h>
#endif /* _CRT_PRECOMP_H */