X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5cf83b1ac09099a783104e1bb34d9bac9034c21c..c70d645d7f85d410fa8e25c3921f5f1c775c332c:/demos/life/game.h diff --git a/demos/life/game.h b/demos/life/game.h index 0a4860f100..2b5b548f0e 100644 --- a/demos/life/game.h +++ b/demos/life/game.h @@ -12,18 +12,6 @@ #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 // --------------------------------------------------------------------------