Kick wx.h out of gerbview
This commit is contained in:
parent
9268340dcc
commit
f9769dba13
|
@ -22,6 +22,7 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <wx/filedlg.h>
|
||||
#include <wx/wfstream.h>
|
||||
#include <wx/zipstrm.h>
|
||||
#include <reporter.h>
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <wx/checkbox.h>
|
||||
#include <wx/filedlg.h>
|
||||
#include <bitmaps.h>
|
||||
#include <menus_helpers.h>
|
||||
#include <gerbview.h>
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
#include <menus_helpers.h>
|
||||
#include <widgets/indicator_icon.h>
|
||||
#include <widgets/wx_ellipsized_static_text.h>
|
||||
#include <wx/checkbox.h>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#define LAYERWIDGET_H_
|
||||
|
||||
#include <wx/intl.h>
|
||||
#include <wx/wx.h>
|
||||
#include <wx/statbmp.h>
|
||||
#include <wx/string.h>
|
||||
#include <wx/aui/auibook.h>
|
||||
|
|
Loading…
Reference in New Issue