[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:
Amine Khaldi 2014-01-26 10:42:07 +00:00
parent 70283bee86
commit 36e095ec6e
2 changed files with 4 additions and 3 deletions

View file

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

View file

@ -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 {