mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
[SCRRUN]
* Remove one time inclusions from the main header and put them back where they belong. * Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61806
This commit is contained in:
parent
76350fef1c
commit
eea5796fda
2 changed files with 3 additions and 3 deletions
|
@ -21,6 +21,7 @@
|
|||
#include <winver.h>
|
||||
#include <olectl.h>
|
||||
#include <ntsecapi.h>
|
||||
#include <wine/unicode.h>
|
||||
|
||||
struct folder {
|
||||
IFolder IFolder_iface;
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#ifndef _SCRRUN_PRIVATE_H_
|
||||
#define _SCRRUN_PRIVATE_H_
|
||||
|
||||
#include <config.h>
|
||||
#include <wine/config.h>
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
|
@ -31,13 +31,12 @@
|
|||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winnls.h>
|
||||
#include <objbase.h>
|
||||
#include <oleauto.h>
|
||||
#include <dispex.h>
|
||||
#include <scrrun.h>
|
||||
|
||||
#include <wine/unicode.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(scrrun);
|
||||
|
||||
|
|
Loading…
Reference in a new issue