From 4aaa2570863ed297e41eba871aaea89f13240c29 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 16 Jul 2003 23:31:35 +0000 Subject: [PATCH] Fixed string.h includes. --- dlls/oleaut32/regsvr.c | 4 ++-- dlls/shell32/regsvr.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dlls/oleaut32/regsvr.c b/dlls/oleaut32/regsvr.c index a410f4a0f69..3c61151c8bf 100644 --- a/dlls/oleaut32/regsvr.c +++ b/dlls/oleaut32/regsvr.c @@ -18,6 +18,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include + #include "windef.h" #include "winbase.h" #include "winuser.h" @@ -28,8 +30,6 @@ #include "olectl.h" #include "oleauto.h" -#include "string.h" - #include "wine/debug.h" WINE_DEFAULT_DEBUG_CHANNEL(ole); diff --git a/dlls/shell32/regsvr.c b/dlls/shell32/regsvr.c index 7c55ee05978..a023a06eea7 100644 --- a/dlls/shell32/regsvr.c +++ b/dlls/shell32/regsvr.c @@ -18,6 +18,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include + #include "windef.h" #include "winbase.h" #include "winuser.h" @@ -26,8 +28,6 @@ #include "ole2.h" -#include "string.h" - #include "wine/debug.h" WINE_DEFAULT_DEBUG_CHANNEL(ole);