X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/254a21292b0ccf234ed1dbc6acd37708672ffcc0..8862315bb910b4d86cdcb48ae8736c7d15e89536:/demos/forty/pile.cpp?ds=inline

diff --git a/demos/forty/pile.cpp b/demos/forty/pile.cpp
index e1b85d50d4..e9ddfdbf48 100644
--- a/demos/forty/pile.cpp
+++ b/demos/forty/pile.cpp
@@ -15,11 +15,6 @@
 //| 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>