don't include wx/wxprec.h from headers, it's bad style (patch from Tim Stahlhut)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -12,18 +12,6 @@
|
|||||||
#ifndef _LIFE_DIALOGS_H_
|
#ifndef _LIFE_DIALOGS_H_
|
||||||
#define _LIFE_DIALOGS_H_
|
#define _LIFE_DIALOGS_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 "life.h"
|
#include "life.h"
|
||||||
#include "game.h"
|
#include "game.h"
|
||||||
|
|
||||||
|
@@ -12,18 +12,6 @@
|
|||||||
#ifndef _LIFE_GAME_H_
|
#ifndef _LIFE_GAME_H_
|
||||||
#define _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
|
// LifePattern
|
||||||
// --------------------------------------------------------------------------
|
// --------------------------------------------------------------------------
|
||||||
|
@@ -12,18 +12,6 @@
|
|||||||
#ifndef _LIFE_APP_H_
|
#ifndef _LIFE_APP_H_
|
||||||
#define _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 "wx/minifram.h"
|
||||||
|
|
||||||
#include "game.h"
|
#include "game.h"
|
||||||
|
@@ -12,18 +12,6 @@
|
|||||||
#ifndef _LIFE_READER_H_
|
#ifndef _LIFE_READER_H_
|
||||||
#define _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"
|
#include "game.h"
|
||||||
|
|
||||||
// --------------------------------------------------------------------------
|
// --------------------------------------------------------------------------
|
||||||
|
@@ -10,9 +10,6 @@
|
|||||||
#ifndef _WX_SAMPLE_WIDGETS_ITEMCONTAINER_H_
|
#ifndef _WX_SAMPLE_WIDGETS_ITEMCONTAINER_H_
|
||||||
#define _WX_SAMPLE_WIDGETS_ITEMCONTAINER_H_
|
#define _WX_SAMPLE_WIDGETS_ITEMCONTAINER_H_
|
||||||
|
|
||||||
// for compilers that support precompilation, includes "wx/wx.h".
|
|
||||||
#include "wx/wxprec.h"
|
|
||||||
|
|
||||||
#include "widgets.h"
|
#include "widgets.h"
|
||||||
|
|
||||||
// define a common base class for sorted and normal string arrays
|
// define a common base class for sorted and normal string arrays
|
||||||
|
Reference in New Issue
Block a user