Removed some unnecessary includes.

diff --git a/windows/class.c b/windows/class.c
index cf335a2..5bce63d 100644
--- a/windows/class.c
+++ b/windows/class.c
@@ -25,7 +25,6 @@
 #include "win.h"
 #include "controls.h"
 #include "dce.h"
-#include "toolhelp.h"
 #include "winproc.h"
 #include "debugtools.h"
 
@@ -1277,6 +1276,8 @@
 }
 
 
+#if 0  /* toolhelp is in kernel, so this cannot work */
+
 /***********************************************************************
  *		ClassFirst (TOOLHELP.69)
  */
@@ -1311,3 +1312,4 @@
                           sizeof(pClassEntry->szClassName) );
     return TRUE;
 }
+#endif