Remove some includes in random pcbnew files
This commit is contained in:
parent
92d84b0d67
commit
84fbb0e382
|
@ -28,12 +28,10 @@
|
||||||
|
|
||||||
#include <eda_base_frame.h>
|
#include <eda_base_frame.h>
|
||||||
#include <kiway_player.h>
|
#include <kiway_player.h>
|
||||||
#include <climits>
|
|
||||||
#include <gal/gal_display_options.h>
|
#include <gal/gal_display_options.h>
|
||||||
#include <gal/color4d.h>
|
#include <gal/color4d.h>
|
||||||
#include <class_draw_panel_gal.h>
|
#include <class_draw_panel_gal.h>
|
||||||
#include <origin_transforms.h>
|
#include <origin_transforms.h>
|
||||||
#include <wx/fdrepdlg.h>
|
|
||||||
#include "hotkeys_basic.h"
|
#include "hotkeys_basic.h"
|
||||||
|
|
||||||
class wxSingleInstanceChecker;
|
class wxSingleInstanceChecker;
|
||||||
|
@ -41,6 +39,7 @@ class ACTION_TOOLBAR;
|
||||||
class COLOR_SETTINGS;
|
class COLOR_SETTINGS;
|
||||||
class TOOL_MENU;
|
class TOOL_MENU;
|
||||||
class APP_SETTINGS_BASE;
|
class APP_SETTINGS_BASE;
|
||||||
|
class wxFindReplaceData;
|
||||||
|
|
||||||
namespace KIGFX
|
namespace KIGFX
|
||||||
{
|
{
|
||||||
|
|
|
@ -24,9 +24,6 @@
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <bezier_curves.h>
|
#include <bezier_curves.h>
|
||||||
#include <base_units.h> // for IU_PER_MM
|
|
||||||
#include <pcbnew.h>
|
|
||||||
#include <pcb_edit_frame.h>
|
|
||||||
#include <trigo.h>
|
#include <trigo.h>
|
||||||
#include <class_board.h>
|
#include <class_board.h>
|
||||||
#include <class_pad.h>
|
#include <class_pad.h>
|
||||||
|
@ -39,7 +36,6 @@
|
||||||
#include <convert_basic_shapes_to_polygon.h>
|
#include <convert_basic_shapes_to_polygon.h>
|
||||||
#include <geometry/geometry_utils.h>
|
#include <geometry/geometry_utils.h>
|
||||||
#include <geometry/shape_segment.h>
|
#include <geometry/shape_segment.h>
|
||||||
#include <math/util.h> // for KiROUND
|
|
||||||
|
|
||||||
|
|
||||||
// A helper struct for the callback function
|
// A helper struct for the callback function
|
||||||
|
|
|
@ -30,7 +30,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <bitmaps.h>
|
#include <bitmaps.h>
|
||||||
#include <pcb_edit_frame.h>
|
|
||||||
#include <class_board.h>
|
#include <class_board.h>
|
||||||
#include <class_pcb_target.h>
|
#include <class_pcb_target.h>
|
||||||
#include <base_units.h>
|
#include <base_units.h>
|
||||||
|
|
|
@ -27,11 +27,10 @@
|
||||||
#include <geometry/geometry_utils.h>
|
#include <geometry/geometry_utils.h>
|
||||||
#include <geometry/shape_null.h>
|
#include <geometry/shape_null.h>
|
||||||
#include <advanced_config.h>
|
#include <advanced_config.h>
|
||||||
#include <pcb_base_frame.h>
|
#include <pcb_edit_frame.h>
|
||||||
#include <pcb_screen.h>
|
#include <pcb_screen.h>
|
||||||
#include <class_board.h>
|
#include <class_board.h>
|
||||||
#include <class_zone.h>
|
#include <class_zone.h>
|
||||||
#include <pcb_edit_frame.h> // current layer for msgpanel
|
|
||||||
#include <math_for_graphics.h>
|
#include <math_for_graphics.h>
|
||||||
#include <settings/color_settings.h>
|
#include <settings/color_settings.h>
|
||||||
#include <settings/settings_manager.h>
|
#include <settings/settings_manager.h>
|
||||||
|
|
|
@ -28,7 +28,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <plotter.h>
|
#include <plotter.h>
|
||||||
#include <pcb_edit_frame.h>
|
|
||||||
#include <pcbplot.h>
|
#include <pcbplot.h>
|
||||||
#include <base_units.h>
|
#include <base_units.h>
|
||||||
#include <reporter.h>
|
#include <reporter.h>
|
||||||
|
|
|
@ -36,7 +36,6 @@
|
||||||
#include <pgm_base.h>
|
#include <pgm_base.h>
|
||||||
#include <settings/color_settings.h>
|
#include <settings/color_settings.h>
|
||||||
#include <settings/settings_manager.h>
|
#include <settings/settings_manager.h>
|
||||||
#include <wx/filename.h>
|
|
||||||
|
|
||||||
class PLOTTER;
|
class PLOTTER;
|
||||||
class PCB_TEXT;
|
class PCB_TEXT;
|
||||||
|
@ -50,6 +49,7 @@ class FP_TEXT;
|
||||||
class ZONE_CONTAINER;
|
class ZONE_CONTAINER;
|
||||||
class BOARD;
|
class BOARD;
|
||||||
class REPORTER;
|
class REPORTER;
|
||||||
|
class wxFileName;
|
||||||
|
|
||||||
|
|
||||||
// Define min and max reasonable values for plot/print scale
|
// Define min and max reasonable values for plot/print scale
|
||||||
|
|
Loading…
Reference in New Issue