mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:35:47 +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:
parent
6f607e42cc
commit
a45f245075
2 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue