remove wx precompiled headers

This commit is contained in:
Christopher A. Mosher 2022-12-05 16:58:44 -05:00
parent 9387b907c2
commit 13f1865318
5 changed files with 7 additions and 15 deletions

View File

@ -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>

View File

@ -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);

View File

@ -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 {

View File

@ -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>

View File

@ -18,7 +18,6 @@
#ifndef ANALOGTV_H
#define ANALOGTV_H
#include "analogtv.h"
#include "applentsc.h"
#include "a2colorsobserved.h"