Nuke #pragma implementation/interface's
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -13,10 +13,6 @@
|
||||
// headers, declarations, constants
|
||||
// ==========================================================================
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma implementation "dialogs.h"
|
||||
#endif
|
||||
|
||||
// For compilers that support precompilation, includes "wx/wx.h".
|
||||
#include "wx/wxprec.h"
|
||||
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _LIFE_DIALOGS_H_
|
||||
#define _LIFE_DIALOGS_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "dialogs.h"
|
||||
#endif
|
||||
|
||||
// for compilers that support precompilation, includes "wx/wx.h"
|
||||
#include "wx/wxprec.h"
|
||||
|
||||
|
@@ -13,10 +13,6 @@
|
||||
// headers, declarations, constants
|
||||
// ==========================================================================
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma implementation "game.h"
|
||||
#endif
|
||||
|
||||
// For compilers that support precompilation, includes "wx/wx.h".
|
||||
#include "wx/wxprec.h"
|
||||
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _LIFE_GAME_H_
|
||||
#define _LIFE_GAME_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "game.h"
|
||||
#endif
|
||||
|
||||
// for compilers that support precompilation, includes "wx/wx.h"
|
||||
#include "wx/wxprec.h"
|
||||
|
||||
|
@@ -13,10 +13,6 @@
|
||||
// headers, declarations, constants
|
||||
// ==========================================================================
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma implementation "life.h"
|
||||
#endif
|
||||
|
||||
// For compilers that support precompilation, includes "wx/wx.h".
|
||||
#include "wx/wxprec.h"
|
||||
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _LIFE_APP_H_
|
||||
#define _LIFE_APP_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "life.h"
|
||||
#endif
|
||||
|
||||
// for compilers that support precompilation, includes "wx/wx.h"
|
||||
#include "wx/wxprec.h"
|
||||
|
||||
|
@@ -13,10 +13,6 @@
|
||||
// headers, declarations, constants
|
||||
// ==========================================================================
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma implementation "reader.h"
|
||||
#endif
|
||||
|
||||
// For compilers that support precompilation, includes "wx/wx.h".
|
||||
#include "wx/wxprec.h"
|
||||
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _LIFE_READER_H_
|
||||
#define _LIFE_READER_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "reader.h"
|
||||
#endif
|
||||
|
||||
// for compilers that support precompilation, includes "wx/wx.h"
|
||||
#include "wx/wxprec.h"
|
||||
|
||||
|
Reference in New Issue
Block a user