Kick wx.h out of pcb_calculator src

This commit is contained in:
Marek Roszko 2021-06-07 18:26:55 -04:00
parent 97a2c4094b
commit 551ddee29e
7 changed files with 7 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -26,7 +26,6 @@
#include <cassert>
#include <cmath>
#include <wx/wx.h>
#include <kiface_i.h>
#include <dialog_helpers.h>

View File

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

View File

@ -43,7 +43,7 @@
*/
#include <cmath>
#include <wx/wx.h>
#include <wx/choicdlg.h>
#include <kiface_i.h>