ole32 [7/9]: Remove unused includes.

Dan Hipschman dsh at linux.ucla.edu
Fri Nov 9 18:10:13 CST 2007


I felt like this could be a separate patch as well.

---
 dlls/ole32/oleproxy.c |   20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)

diff --git a/dlls/ole32/oleproxy.c b/dlls/ole32/oleproxy.c
index 9895641..45f55c0 100644
--- a/dlls/ole32/oleproxy.c
+++ b/dlls/ole32/oleproxy.c
@@ -35,30 +35,10 @@
  *
  */
 
-#include "config.h"
-
-#include <stdlib.h>
-#include <stdarg.h>
-#include <stdio.h>
-#include <string.h>
-
-#define COBJMACROS
-#define NONAMELESSUNION
-#define NONAMELESSSTRUCT
-
-#include "windef.h"
-#include "winbase.h"
-#include "winuser.h"
 #include "objbase.h"
-#include "ole2.h"
-#include "rpc.h"
 #include "rpcproxy.h"
-#include "winerror.h"
-#include "wtypes.h"
-
 #include "compobj_private.h"
 #include "moniker.h"
-
 #include "wine/debug.h"
 
 WINE_DEFAULT_DEBUG_CHANNEL(ole);



More information about the wine-patches mailing list