mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:25:55 +00:00
[VBSCRIPT]
* Remove one time inclusions from the main header and put them back where they belong. * Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61825
This commit is contained in:
parent
70283bee86
commit
36e095ec6e
2 changed files with 4 additions and 3 deletions
|
@ -19,6 +19,7 @@
|
|||
#include "vbscript.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <mshtmhst.h>
|
||||
|
||||
#define round(x) (((x) < 0) ? (int)((x) - 0.5) : (int)((x) + 0.5))
|
||||
|
||||
|
|
|
@ -27,16 +27,16 @@
|
|||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <ole2.h>
|
||||
#include <objbase.h>
|
||||
#include <oleauto.h>
|
||||
#include <objsafe.h>
|
||||
#include <dispex.h>
|
||||
#include <activscp.h>
|
||||
#include <mshtmhst.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
#include <wine/list.h>
|
||||
#include <wine/unicode.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(vbscript);
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue