Module: wine Branch: master Commit: 048a5d6fc51dd9c1fc8df32e998618c1cda7227e URL: http://source.winehq.org/git/wine.git/?a=commit;h=048a5d6fc51dd9c1fc8df32e99...
Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Tue May 15 22:28:25 2007 +0100
oleaut32: Exclude unused headers.
---
dlls/oleaut32/dispatch.c | 2 -- dlls/oleaut32/tmarshal.c | 1 - dlls/oleaut32/typelib16.c | 1 - dlls/oleaut32/typelib2.c | 1 - 4 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/dlls/oleaut32/dispatch.c b/dlls/oleaut32/dispatch.c index 707428f..8ab1c5e 100644 --- a/dlls/oleaut32/dispatch.c +++ b/dlls/oleaut32/dispatch.c @@ -34,8 +34,6 @@ #include "objbase.h" #include "oleauto.h" #include "winerror.h" -#include "winreg.h" -#include "winnls.h" /* for PRIMARYLANGID */
#include "wine/debug.h"
diff --git a/dlls/oleaut32/tmarshal.c b/dlls/oleaut32/tmarshal.c index 3783aca..94c6e58 100644 --- a/dlls/oleaut32/tmarshal.c +++ b/dlls/oleaut32/tmarshal.c @@ -40,7 +40,6 @@ #include "winnls.h" #include "winreg.h" #include "winuser.h" -#include "excpt.h"
#include "ole2.h" #include "propidl.h" /* for LPSAFEARRAY_User* functions */ diff --git a/dlls/oleaut32/typelib16.c b/dlls/oleaut32/typelib16.c index 69b4f65..a010f7d 100644 --- a/dlls/oleaut32/typelib16.c +++ b/dlls/oleaut32/typelib16.c @@ -33,7 +33,6 @@ #include "winerror.h" #include "windef.h" #include "winbase.h" -#include "winnls.h" #include "winreg.h" #include "winuser.h"
diff --git a/dlls/oleaut32/typelib2.c b/dlls/oleaut32/typelib2.c index 5f3ead1..874d8a8 100644 --- a/dlls/oleaut32/typelib2.c +++ b/dlls/oleaut32/typelib2.c @@ -43,7 +43,6 @@ #include "windef.h" #include "winbase.h" #include "winnls.h" -#include "winreg.h" #include "winuser.h"
#include "wine/unicode.h"