X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c7fc996a73e9f6a83067bc28a3c5581a3fee65..efb35bebfacaffbf68123be0bff79d7bf0d2dee2:/demos/life/life.h diff --git a/demos/life/life.h b/demos/life/life.h index ea0007d77a..dd36aebe39 100644 --- a/demos/life/life.h +++ b/demos/life/life.h @@ -12,18 +12,6 @@ #ifndef _LIFE_APP_H_ #define _LIFE_APP_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 - #include "wx/minifram.h" #include "game.h"