mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[ITSS]
* 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:
@@ -22,6 +22,8 @@
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <oleidl.h>
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
typedef struct {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef _ITSS_PCH_
|
||||
#define _ITSS_PCH_
|
||||
|
||||
#include <config.h>
|
||||
#include <wine/config.h>
|
||||
#include <wine/port.h>
|
||||
|
||||
#include <stdarg.h>
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <ole2.h>
|
||||
#include <objbase.h>
|
||||
|
||||
#include <wine/itss.h>
|
||||
#include <wine/unicode.h>
|
||||
|
||||
Reference in New Issue
Block a user