mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[COMDLG32] Improve some header inclusions.
This commit is contained in:
parent
6291990483
commit
0c64ffd3ab
2 changed files with 3 additions and 3 deletions
|
@ -77,6 +77,9 @@
|
|||
|
||||
#include "wine/debug.h"
|
||||
#include "wine/heap.h"
|
||||
#ifdef __REACTOS__
|
||||
#include "wine/unicode.h"
|
||||
#endif
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(commdlg);
|
||||
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
#ifndef _WINE_COMDLG32_PRECOMP_H
|
||||
#define _WINE_COMDLG32_PRECOMP_H
|
||||
|
||||
#include <wine/config.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
|
@ -33,7 +31,6 @@
|
|||
#include <shlwapi.h>
|
||||
|
||||
#include <wine/heap.h>
|
||||
#include <wine/unicode.h>
|
||||
#include <wine/debug.h>
|
||||
|
||||
#include "cdlg.h"
|
||||
|
|
Loading…
Reference in a new issue