Fixed make uninstall.

diff --git a/include/Makefile.in b/include/Makefile.in
index 7211eee..eae7fee 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -216,7 +216,6 @@
 # anything extra the user may have put there.
 uninstall::
 	cd $(includedir) && $(RM) $(INSTALLED_INCLUDES)
-	-rmdir $(includedir)/wine/msvcrt/sys $(includedir)/wine/msvcrt
-	-rmdir $(includedir)/wine $(includedir)
+	-rmdir $(includedir)/msvcrt/sys $(includedir)/msvcrt $(includedir)/wine $(includedir)
 
 ### Dependencies: