Kick wx.h mostly out of common
This commit is contained in:
parent
3a129a623a
commit
0e16db0c25
|
@ -34,7 +34,10 @@
|
||||||
#include <wx/utils.h>
|
#include <wx/utils.h>
|
||||||
#include <wx/stdpaths.h>
|
#include <wx/stdpaths.h>
|
||||||
#include <wx/url.h>
|
#include <wx/url.h>
|
||||||
#include <wx/wx.h>
|
|
||||||
|
#ifdef _WIN32
|
||||||
|
#include <Windows.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
int ProcessExecute( const wxString& aCommandLine, int aFlags, wxProcess *callback )
|
int ProcessExecute( const wxString& aCommandLine, int aFlags, wxProcess *callback )
|
||||||
|
|
|
@ -30,7 +30,6 @@
|
||||||
#include <math/util.h> // for KiROUND
|
#include <math/util.h> // for KiROUND
|
||||||
#include <wx/config.h> // for wxConfigBase
|
#include <wx/config.h> // for wxConfigBase
|
||||||
#include <wx/debug.h> // for wxASSERT
|
#include <wx/debug.h> // for wxASSERT
|
||||||
#include <wx/wx.h> // for wxString, operator!=, operator==
|
|
||||||
|
|
||||||
void wxConfigLoadParams( wxConfigBase* aCfg, const std::vector<PARAM_CFG*>& aList,
|
void wxConfigLoadParams( wxConfigBase* aCfg, const std::vector<PARAM_CFG*>& aList,
|
||||||
const wxString& aGroup )
|
const wxString& aGroup )
|
||||||
|
|
|
@ -30,7 +30,8 @@
|
||||||
#include <kiway_player.h>
|
#include <kiway_player.h>
|
||||||
#include <id.h>
|
#include <id.h>
|
||||||
|
|
||||||
#include <wx/wx.h>
|
#include <wx/crt.h>
|
||||||
|
|
||||||
|
|
||||||
static const wxString HOSTNAME( wxT( "localhost" ) );
|
static const wxString HOSTNAME( wxT( "localhost" ) );
|
||||||
|
|
||||||
|
|
|
@ -23,8 +23,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <kiway_express.h>
|
#include <kiway_express.h>
|
||||||
#include <wx/wx.h>
|
|
||||||
|
|
||||||
|
#include <wx/window.h>
|
||||||
|
|
||||||
//IMPLEMENT_DYNAMIC_CLASS( KIWAY_EXPRESS, wxEvent )
|
//IMPLEMENT_DYNAMIC_CLASS( KIWAY_EXPRESS, wxEvent )
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,6 @@
|
||||||
|
|
||||||
#include <gestfich.h>
|
#include <gestfich.h>
|
||||||
#include <launch_ext.h>
|
#include <launch_ext.h>
|
||||||
#include <wx/wx.h>
|
|
||||||
|
|
||||||
|
|
||||||
void LaunchExternal( const wxString& aPath )
|
void LaunchExternal( const wxString& aPath )
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <layers_id_colors_and_visibility.h>
|
#include <layers_id_colors_and_visibility.h>
|
||||||
#include <wx/wx.h>
|
#include <wx/translation.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the default display name for a given layer. These are not the same as the canonical
|
* Returns the default display name for a given layer. These are not the same as the canonical
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
#include <layers_id_colors_and_visibility.h> // for LSET, PCB_LAYER_ID, LSEQ
|
#include <layers_id_colors_and_visibility.h> // for LSET, PCB_LAYER_ID, LSEQ
|
||||||
#include <macros.h> // for arrayDim
|
#include <macros.h> // for arrayDim
|
||||||
#include <wx/debug.h> // for wxASSERT, wxASSERT_MSG
|
#include <wx/debug.h> // for wxASSERT, wxASSERT_MSG
|
||||||
#include <wx/wx.h> // for wxT, wxChar
|
#include <wx/string.h>
|
||||||
|
|
||||||
|
|
||||||
LSET::LSET( const PCB_LAYER_ID* aArray, unsigned aCount ) :
|
LSET::LSET( const PCB_LAYER_ID* aArray, unsigned aCount ) :
|
||||||
|
|
|
@ -28,8 +28,7 @@
|
||||||
#include <math/util.h>
|
#include <math/util.h>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <utf.h>
|
#include <utf.h>
|
||||||
#include <wx/wx.h>
|
#include <wx/log.h>
|
||||||
|
|
||||||
|
|
||||||
const CFB::COMPOUND_FILE_ENTRY* FindStream(
|
const CFB::COMPOUND_FILE_ENTRY* FindStream(
|
||||||
const CFB::CompoundFileReader& aReader, const char* aStreamName )
|
const CFB::CompoundFileReader& aReader, const char* aStreamName )
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
#include <layers_id_colors_and_visibility.h>
|
#include <layers_id_colors_and_visibility.h>
|
||||||
#include <bitmaps.h>
|
#include <bitmaps.h>
|
||||||
|
|
||||||
#include <wx/wx.h>
|
#include <wx/dcmemory.h>
|
||||||
#include <wx/odcombo.h>
|
#include <wx/odcombo.h>
|
||||||
#include <wx/menuitem.h>
|
#include <wx/menuitem.h>
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,8 @@
|
||||||
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <wx/wx.h>
|
#include <wx/dcclient.h>
|
||||||
|
#include <wx/listbox.h>
|
||||||
#include <wx/dataview.h>
|
#include <wx/dataview.h>
|
||||||
#include <wx/stc/stc.h>
|
#include <wx/stc/stc.h>
|
||||||
#include <widgets/ui_common.h>
|
#include <widgets/ui_common.h>
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
|
|
||||||
#include <wx/tokenzr.h>
|
#include <wx/tokenzr.h>
|
||||||
#include <wx/dc.h>
|
#include <wx/dc.h>
|
||||||
#include <wx/wx.h>
|
|
||||||
#include <widgets/wx_grid.h>
|
#include <widgets/wx_grid.h>
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
|
@ -29,9 +29,9 @@
|
||||||
*/
|
*/
|
||||||
#include <regex>
|
#include <regex>
|
||||||
#include <wildcards_and_files_ext.h>
|
#include <wildcards_and_files_ext.h>
|
||||||
|
#include <wx/filedlg.h>
|
||||||
#include <wx/regex.h>
|
#include <wx/regex.h>
|
||||||
#include <wx/wx.h>
|
#include <wx/translation.h>
|
||||||
|
|
||||||
|
|
||||||
bool compareFileExtensions( const std::string& aExtension,
|
bool compareFileExtensions( const std::string& aExtension,
|
||||||
const std::vector<std::string>& aReference, bool aCaseSensitive )
|
const std::vector<std::string>& aReference, bool aCaseSensitive )
|
||||||
|
|
Loading…
Reference in New Issue