- Update to r53061
[reactos.git] / base / applications / games / solitaire / solitaire.cpp
index e53efda..bf45a53 100644 (file)
@@ -1,10 +1,3 @@
-#include <windows.h>
-#include <commctrl.h>
-#include <tchar.h>
-#include <stdlib.h>
-
-#include "resource.h"
-#include "cardlib.h"
 
 #include "solitaire.h"
 
@@ -196,8 +189,6 @@ int WINAPI _tWinMain(HINSTANCE hInst, HINSTANCE hPrev, LPTSTR szCmdLine, int iCm
 
     SaveSettings();
 
-    try { throw 0; } catch (int i) { } /* HACK */
-
     return msg.wParam;
 }