]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/life/game.h
rebaked after propgrid sample addition
[wxWidgets.git] / demos / life / game.h
index 0a4860f10035452c28242b94249d7a9bcf5974ba..2b5b548f0e1c0b8cefc967a7014ca92dbbd8b886 100644 (file)
 #ifndef _LIFE_GAME_H_
 #define _LIFE_GAME_H_
 
-// for compilers that support precompilation, includes "wx/wx.h"
-#include "wx/wxprec.h"
-
-#ifdef __BORLANDC__
-    #pragma hdrstop
-#endif
-
-// for all others, include the necessary headers
-#ifndef WX_PRECOMP
-    #include "wx/wx.h"
-#endif
-
 // --------------------------------------------------------------------------
 // LifePattern
 // --------------------------------------------------------------------------