]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/forty/pile.cpp
rebake after correction typo in wx/generic/headerctrlg.h name
[wxWidgets.git] / demos / forty / pile.cpp
index e1b85d50d45fa4ffc069090d3017f7b4bc83a29a..e9ddfdbf4804084ddcc1842fa3c93354667b2717 100644 (file)
 //| The base class for holding piles of playing cards.          |
 //+-------------------------------------------------------------+
 
-#ifdef __GNUG__
-#pragma implementation
-#pragma interface
-#endif
-
 // For compilers that support precompilation, includes "wx/wx.h".
 #include "wx/wxprec.h"
 
@@ -30,9 +25,6 @@
 #ifndef WX_PRECOMP
 #include "wx/wx.h"
 #endif
-#ifdef __GNUG__
-#pragma implementation
-#endif
 
 #include <stdlib.h>
 #include <stdio.h>