From 36e095ec6e016df6e74a00d4b8dcd3f52fb2ade1 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 26 Jan 2014 10:42:07 +0000 Subject: [PATCH] [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 --- reactos/dll/win32/vbscript/global.c | 1 + reactos/dll/win32/vbscript/vbscript.h | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/reactos/dll/win32/vbscript/global.c b/reactos/dll/win32/vbscript/global.c index 40439a421a3..d171f5668a8 100644 --- a/reactos/dll/win32/vbscript/global.c +++ b/reactos/dll/win32/vbscript/global.c @@ -19,6 +19,7 @@ #include "vbscript.h" #include +#include #define round(x) (((x) < 0) ? (int)((x) - 0.5) : (int)((x) + 0.5)) diff --git a/reactos/dll/win32/vbscript/vbscript.h b/reactos/dll/win32/vbscript/vbscript.h index a1208af6f83..1f94db22635 100644 --- a/reactos/dll/win32/vbscript/vbscript.h +++ b/reactos/dll/win32/vbscript/vbscript.h @@ -27,16 +27,16 @@ #include #include -#include +#include +#include #include #include #include -#include +#include #include #include -#include WINE_DEFAULT_DEBUG_CHANNEL(vbscript); typedef struct {