Browse Source

Kick wx.h out of pcb_calculator src

6.0.7
Marek Roszko 4 years ago
parent
commit
551ddee29e
  1. 1
      pcb_calculator/attenuators.cpp
  2. 1
      pcb_calculator/eserie.cpp
  3. 3
      pcb_calculator/pcb_calculator_frame.cpp
  4. 5
      pcb_calculator/regulators_funct.cpp
  5. 1
      pcb_calculator/tracks_width_versus_current.cpp
  6. 2
      pcb_calculator/transline_dlg_funct.cpp
  7. 2
      pcb_calculator/via.cpp

1
pcb_calculator/attenuators.cpp

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

1
pcb_calculator/eserie.cpp

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

3
pcb_calculator/pcb_calculator_frame.cpp

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

5
pcb_calculator/regulators_funct.cpp

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

1
pcb_calculator/tracks_width_versus_current.cpp

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

2
pcb_calculator/transline_dlg_funct.cpp

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

2
pcb_calculator/via.cpp

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

Loading…
Cancel
Save