Cleanup wx includes in the filter reader

This commit is contained in:
Ian McInerney 2021-06-04 01:26:58 +01:00
parent cccdaddd50
commit f94816fbd4
3 changed files with 9 additions and 1 deletions

View File

@ -25,8 +25,8 @@
#ifndef FILTER_READER_H_
#define FILTER_READER_H_
#include <wx/wx.h>
#include <richio.h>
#include <wx/string.h>
/**

View File

@ -47,6 +47,8 @@
#include <settings/settings_manager.h>
#include <footprint_editor_settings.h>
#include "footprint_viewer_frame.h"
#include <wx/choicdlg.h>
#include <wx/filedlg.h>
// unique, "file local" translations:

View File

@ -43,6 +43,12 @@
#include <pcbnew.h>
#include <math/util.h> // for KiROUND
#include <wx/button.h>
#include <wx/dialog.h>
#include <wx/filedlg.h>
#include <wx/radiobox.h>
#include <wx/sizer.h>
static std::vector< wxRealPoint > PolyEdges;
static double ShapeScaleX, ShapeScaleY;
static wxSize ShapeSize;