mirror of
https://github.com/reactos/reactos.git
synced 2026-06-20 19:16:02 +08:00
[CRTDLL] Remove some unneeded includes
This commit is contained in:
@@ -15,17 +15,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#include <mbctype.h>
|
||||
#include <sys/stat.h>
|
||||
#include <internal/wine/msvcrt.h>
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <mbstring.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(crtdll);
|
||||
#include <windef.h>
|
||||
|
||||
/* from msvcrt */
|
||||
extern void __getmainargs( int *argc, char ***argv, char ***envp,
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
#ifndef _CRT_PRECOMP_H
|
||||
#define _CRT_PRECOMP_H
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <internal/tls.h>
|
||||
|
||||
#endif /* _CRT_PRECOMP_H */
|
||||
Reference in New Issue
Block a user