[CRTDLL] Remove some unneeded includes

This commit is contained in:
Timo Kreuzer
2026-02-03 14:38:22 +02:00
parent 40297415a5
commit ac63dd5639
2 changed files with 2 additions and 14 deletions

View File

@@ -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,

View File

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