Evict the last bits of wx.h

This commit is contained in:
Marek Roszko 2021-06-07 20:23:17 -04:00
parent ad6256bdca
commit ab82b01714
4 changed files with 4 additions and 5 deletions

View File

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

View File

@ -28,7 +28,6 @@
#include <pybind11/embed.h>
#include <sstream>
#include <wx/wx.h>
#include <pybind11/embed.h>
void KIPYTHON_FRAME::SetupPythonEditor()

View File

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

View File

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