X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c7fc996a73e9f6a83067bc28a3c5581a3fee65..648eaf68f711a3bbbbee125cbd11b1b42334568a:/demos/life/life.h diff --git a/demos/life/life.h b/demos/life/life.h index ea0007d77a..fd9b1bb0b5 100644 --- a/demos/life/life.h +++ b/demos/life/life.h @@ -4,7 +4,6 @@ // Author: Guillermo Rodriguez Garcia, // Modified by: // Created: Jan/2000 -// RCS-ID: $Id$ // Copyright: (c) 2000, Guillermo Rodriguez Garcia // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -12,18 +11,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"