X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..5f9e369af0c834bbde0f7f5d2047abd736967f58:/demos/life/reader.h diff --git a/demos/life/reader.h b/demos/life/reader.h index fc1f397125..4480af5ed1 100644 --- a/demos/life/reader.h +++ b/demos/life/reader.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_READER_H_ #define _LIFE_READER_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 "game.h" // --------------------------------------------------------------------------