mirror of
https://github.com/reactos/reactos.git
synced 2025-04-18 19:47:14 +00:00
[CRTDLL]
* Cleanup unused header inclusions. svn path=/trunk/; revision=61349
This commit is contained in:
parent
2f71f0d785
commit
8d8e790f2c
2 changed files with 0 additions and 6 deletions
|
@ -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);
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue