Evict the last bits of wx.h
This commit is contained in:
parent
ad6256bdca
commit
ab82b01714
|
@ -21,8 +21,8 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
|
||||
#include <wx/wx.h>
|
||||
#include <wx/event.h>
|
||||
#include <wx/gdicmn.h>
|
||||
#include <textentry_tricks.h>
|
||||
#include <dialog_shim.h>
|
||||
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
|
||||
#include <pybind11/embed.h>
|
||||
#include <sstream>
|
||||
#include <wx/wx.h>
|
||||
#include <pybind11/embed.h>
|
||||
|
||||
void KIPYTHON_FRAME::SetupPythonEditor()
|
||||
|
|
|
@ -21,10 +21,11 @@
|
|||
* or you may write to the Free Software Foundation, Inc.,
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
#include "wx/wx.h"
|
||||
|
||||
#include <wx/app.h>
|
||||
#include <wx/cmdline.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/msgdlg.h>
|
||||
#include <wx/string.h>
|
||||
#include <wx/filename.h>
|
||||
#include <sstream>
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#include <sstream>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <wx/wx.h>
|
||||
#include <wx/filename.h>
|
||||
#include <wx/filefn.h>
|
||||
#include <wx/stdpaths.h>
|
||||
|
|
Loading…
Reference in New Issue