Kick wx.h out of pcb_calculator src
This commit is contained in:
parent
97a2c4094b
commit
551ddee29e
|
@ -25,7 +25,6 @@
|
|||
* 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 <dialog_helpers.h>
|
||||
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include <dialog_helpers.h>
|
||||
#include "class_regulator_data.h"
|
||||
#include "pcb_calculator_frame.h"
|
||||
#include <wx/wx.h>
|
||||
|
||||
#ifdef BENCHMARK
|
||||
#include <sys/time.h>
|
||||
|
|
|
@ -17,8 +17,7 @@
|
|||
* You should have received a copy of the GNU General Public License along
|
||||
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include <wx/wx.h>
|
||||
|
||||
#include <wx/msgdlg.h>
|
||||
#include <bitmaps.h>
|
||||
#include <geometry/shape_poly_set.h>
|
||||
#include <kiface_i.h>
|
||||
|
|
|
@ -23,10 +23,13 @@
|
|||
* Contains the partial functions of PCB_CALCULATOR_FRAME related to regulators
|
||||
*/
|
||||
|
||||
#include <wx/wx.h>
|
||||
|
||||
#include <macros.h>
|
||||
|
||||
#include <wx/choicdlg.h>
|
||||
#include <wx/filedlg.h>
|
||||
#include <wx/msgdlg.h>
|
||||
|
||||
#include "class_regulator_data.h"
|
||||
#include "pcb_calculator_frame.h"
|
||||
#include "pcb_calculator_settings.h"
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
|
||||
#include <cassert>
|
||||
#include <cmath>
|
||||
#include <wx/wx.h>
|
||||
#include <kiface_i.h>
|
||||
#include <dialog_helpers.h>
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@
|
|||
* You should have received a copy of the GNU General Public License along
|
||||
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include <wx/choicdlg.h>
|
||||
#include <wx/filename.h>
|
||||
#include <wx/settings.h>
|
||||
#include <wx/wx.h>
|
||||
|
||||
#include <bitmaps.h>
|
||||
#include "common_data.h"
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
*/
|
||||
|
||||
#include <cmath>
|
||||
#include <wx/wx.h>
|
||||
#include <wx/choicdlg.h>
|
||||
|
||||
#include <kiface_i.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue