Removed unnecessary includes from ole related files.
diff --git a/ole/antimoniker.c b/ole/antimoniker.c
index a909218..f4a526b 100644
--- a/ole/antimoniker.c
+++ b/ole/antimoniker.c
@@ -5,14 +5,10 @@
***************************************************************************************/
#include <assert.h>
+#include "winbase.h"
#include "winerror.h"
+#include "wine/obj_moniker.h"
#include "debugtools.h"
-#include "heap.h"
-#include "winuser.h"
-#include "file.h"
-#include "winreg.h"
-#include "objbase.h"
-#include "wine/obj_inplace.h"
DEFAULT_DEBUG_CHANNEL(ole)