mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-12-27 17:29:16 +00:00
remove wx precompiled headers
This commit is contained in:
parent
9387b907c2
commit
13f1865318
@ -21,10 +21,6 @@
|
||||
#ifndef E2WXAPP_H
|
||||
#define E2WXAPP_H
|
||||
|
||||
#include <wx/wxprec.h>
|
||||
#ifndef WX_PRECOMP
|
||||
#include <wx/wx.h>
|
||||
#endif
|
||||
#include <wx/app.h>
|
||||
#include <wx/cmdline.h>
|
||||
#include <wx/string.h>
|
||||
|
@ -22,6 +22,8 @@
|
||||
#include "E2wxApp.h"
|
||||
#include "PreferencesDialog.h"
|
||||
#include "gui.h"
|
||||
#include <wx/menu.h>
|
||||
#include <wx/msgdlg.h>
|
||||
#include <wx/persist/toplevel.h>
|
||||
|
||||
enum E2MenuID {
|
||||
@ -53,6 +55,7 @@ void E2wxFrame::DoInit() {
|
||||
}
|
||||
|
||||
void E2wxFrame::InitMenuBar() {
|
||||
// TODO move menu def to xrc
|
||||
wxMenuBar *menuBar = new wxMenuBar();
|
||||
SetMenuBar(menuBar);
|
||||
|
||||
|
@ -21,11 +21,8 @@
|
||||
#ifndef E2WXFRAME_H
|
||||
#define E2WXFRAME_H
|
||||
|
||||
#include <wx/wxprec.h>
|
||||
#ifndef WX_PRECOMP
|
||||
#include <wx/wx.h>
|
||||
#endif
|
||||
|
||||
#include <wx/frame.h>
|
||||
#include <wx/event.h>
|
||||
#include <string>
|
||||
|
||||
class E2wxFrame : public wxFrame {
|
||||
|
@ -1,14 +1,11 @@
|
||||
#include <wx/wxprec.h>
|
||||
#ifndef WX_PRECOMP
|
||||
#include <wx/wx.h>
|
||||
#endif
|
||||
|
||||
#include "PreferencesDialog.h"
|
||||
#include "E2wxApp.h"
|
||||
#include <wx/msgdlg.h>
|
||||
#include <wx/treectrl.h>
|
||||
#include <wx/textctrl.h>
|
||||
#include <wx/checkbox.h>
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/stattext.h>
|
||||
#include <wx/textdlg.h>
|
||||
#include <wx/xrc/xmlres.h>
|
||||
#include <wx/config.h>
|
||||
|
@ -18,7 +18,6 @@
|
||||
#ifndef ANALOGTV_H
|
||||
#define ANALOGTV_H
|
||||
|
||||
#include "analogtv.h"
|
||||
#include "applentsc.h"
|
||||
#include "a2colorsobserved.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user