From 303aeee4cb159366bb15ff1fef8afc710ac7f22b Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Wed, 9 May 2007 20:33:44 +0100 Subject: [PATCH] mlang: Exclude unused headers. --- dlls/mlang/mlang.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/dlls/mlang/mlang.c b/dlls/mlang/mlang.c index 8c20bc46a23..8133744ca82 100644 --- a/dlls/mlang/mlang.c +++ b/dlls/mlang/mlang.c @@ -31,12 +31,9 @@ #include "winbase.h" #include "wingdi.h" #include "winuser.h" -#include "winreg.h" #include "ole2.h" #include "mlang.h" -#include "uuids.h" - #include "wine/unicode.h" #include "wine/debug.h"