mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:50:52 +00:00
msvcrt: Exclude unused headers.
This commit is contained in:
parent
bb519ec0b2
commit
9069577cd0
6 changed files with 0 additions and 8 deletions
|
@ -25,11 +25,8 @@
|
|||
#include <stdarg.h>
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winreg.h"
|
||||
#include "winternl.h"
|
||||
#include "wine/exception.h"
|
||||
#include "excpt.h"
|
||||
#include "wine/debug.h"
|
||||
#include "msvcrt.h"
|
||||
#include "cppexcept.h"
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winreg.h"
|
||||
#include "winternl.h"
|
||||
#include "msvcrt.h"
|
||||
#include "wine/exception.h"
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winreg.h"
|
||||
#include "winternl.h"
|
||||
#include "wine/unicode.h"
|
||||
#include "msvcrt.h"
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winreg.h"
|
||||
#include "winternl.h"
|
||||
#include "wine/exception.h"
|
||||
#include "msvcrt.h"
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winreg.h"
|
||||
#include "winternl.h"
|
||||
#include "msvcrt.h"
|
||||
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winreg.h"
|
||||
#include "winternl.h"
|
||||
#include "msvcrt.h"
|
||||
#include "wine/debug.h"
|
||||
|
|
Loading…
Reference in a new issue