Module: wine Branch: master Commit: 303aeee4cb159366bb15ff1fef8afc710ac7f22b URL: http://source.winehq.org/git/wine.git/?a=commit;h=303aeee4cb159366bb15ff1fef...
Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Wed May 9 20:33:44 2007 +0100
mlang: Exclude unused headers.
---
dlls/mlang/mlang.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/dlls/mlang/mlang.c b/dlls/mlang/mlang.c index 8c20bc4..8133744 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"