Module: wine Branch: master Commit: 5588233957ecca3b8af7e9c7c1e3de4b7733295e URL: http://source.winehq.org/git/wine.git/?a=commit;h=5588233957ecca3b8af7e9c7c1...
Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Thu May 17 21:07:32 2007 +0100
riched20: Exclude unused headers.
---
dlls/riched20/editor.c | 2 -- dlls/riched20/txtsrv.c | 1 - 2 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/dlls/riched20/editor.c b/dlls/riched20/editor.c index 83541f2..b5a26eb 100644 --- a/dlls/riched20/editor.c +++ b/dlls/riched20/editor.c @@ -226,8 +226,6 @@ #include "winreg.h" #define NO_SHLWAPI_STREAM #include "shlwapi.h" -#include "imm.h" -#include "textserv.h" #include "rtf.h"
#define STACK_SIZE_DEFAULT 100 diff --git a/dlls/riched20/txtsrv.c b/dlls/riched20/txtsrv.c index 069c916..95d6f7c 100644 --- a/dlls/riched20/txtsrv.c +++ b/dlls/riched20/txtsrv.c @@ -28,7 +28,6 @@ #include "editor.h" #include "ole2.h" #include "richole.h" -#include "winreg.h" #include "imm.h" #include "textserv.h" #include "wine/debug.h"