X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c7fc996a73e9f6a83067bc28a3c5581a3fee65..d9307d006e88025e28457290c9997f7c0f7c4fdc:/demos/life/life.h?ds=sidebyside 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"