* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61770
This commit is contained in:
Amine Khaldi 2014-01-23 17:43:25 +00:00
parent 6f607e42cc
commit a45f245075
2 changed files with 4 additions and 2 deletions

View file

@ -22,6 +22,8 @@
#include "precomp.h" #include "precomp.h"
#include <oleidl.h>
/*****************************************************************************/ /*****************************************************************************/
typedef struct { typedef struct {

View file

@ -1,7 +1,7 @@
#ifndef _ITSS_PCH_ #ifndef _ITSS_PCH_
#define _ITSS_PCH_ #define _ITSS_PCH_
#include <config.h> #include <wine/config.h>
#include <wine/port.h> #include <wine/port.h>
#include <stdarg.h> #include <stdarg.h>
@ -14,7 +14,7 @@
#include <windef.h> #include <windef.h>
#include <winbase.h> #include <winbase.h>
#include <ole2.h> #include <objbase.h>
#include <wine/itss.h> #include <wine/itss.h>
#include <wine/unicode.h> #include <wine/unicode.h>