* 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:
Amine Khaldi 2014-01-25 15:37:02 +00:00
parent 76350fef1c
commit eea5796fda
2 changed files with 3 additions and 3 deletions

View file

@ -21,6 +21,7 @@
#include <winver.h>
#include <olectl.h>
#include <ntsecapi.h>
#include <wine/unicode.h>
struct folder {
IFolder IFolder_iface;

View file

@ -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);