- some fixes, cleaned up includes, fixed leaks
- clean DllReferenceCount, better DllMain()
- dynamically linking LookupIconIdFromDirectoryEx32 and
  CreateIconFromResourceEx32 to USER32
- moved guid's instances to new file shellguid.c
- implemented  ShellExecuteEx32W

diff --git a/dlls/shell32/shellpath.c b/dlls/shell32/shellpath.c
index 53d948f..5d4cfb7 100644
--- a/dlls/shell32/shellpath.c
+++ b/dlls/shell32/shellpath.c
@@ -4,17 +4,14 @@
  * Many of this functions are in SHLWAPI.DLL also
  *
  */
-#include <stdlib.h>
 #include <string.h>
 #include <ctype.h>
 #include "windows.h"
-#include "winerror.h"
-#include "file.h"
-#include "shell.h"
-#include "shlobj.h"
 #include "debug.h"
 #include "winnls.h"
 #include "winversion.h"
+
+#include "shlobj.h"
 #include "shell32_main.h"
 
 /*************************************************************************