From 37e8a008ab5afcc056293982fece3c0e5fffbf81 Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Mon, 25 Sep 2023 20:40:15 -0400 Subject: [PATCH] Remove obsolete config_params.h includes --- common/pgm_base.cpp | 1 - common/project/project_file.cpp | 1 - cvpcb/cvpcb_mainframe.h | 1 - eeschema/sch_edit_frame.h | 1 - eeschema/sch_plugins/easyeda/sch_easyeda_parser.cpp | 1 + eeschema/sch_plugins/easyedapro/sch_easyedapro_parser.cpp | 1 + eeschema/symbol_library.cpp | 1 - gerbview/gerber_file_image_list.cpp | 1 + gerbview/gerbview_frame.h | 1 - include/board_design_settings.h | 1 - pagelayout_editor/pl_editor_frame.h | 1 - pcbnew/footprint_edit_frame.h | 1 - pcbnew/pcbnew_config.h | 1 - 13 files changed, 3 insertions(+), 10 deletions(-) diff --git a/common/pgm_base.cpp b/common/pgm_base.cpp index 2aa397413c..76a4b49a76 100644 --- a/common/pgm_base.cpp +++ b/common/pgm_base.cpp @@ -46,7 +46,6 @@ #include #include #include -#include #include #include #include diff --git a/common/project/project_file.cpp b/common/project/project_file.cpp index dcde3e3191..01f90a19e7 100644 --- a/common/project/project_file.cpp +++ b/common/project/project_file.cpp @@ -19,7 +19,6 @@ * with this program. If not, see . */ -#include #include #include #include diff --git a/cvpcb/cvpcb_mainframe.h b/cvpcb/cvpcb_mainframe.h index 42233ab02a..22be91e639 100644 --- a/cvpcb/cvpcb_mainframe.h +++ b/cvpcb/cvpcb_mainframe.h @@ -25,7 +25,6 @@ #ifndef _CVPCB_MAINFRAME_H_ #define _CVPCB_MAINFRAME_H_ -#include #include #include diff --git a/eeschema/sch_edit_frame.h b/eeschema/sch_edit_frame.h index fd1706fb74..ccab77f577 100644 --- a/eeschema/sch_edit_frame.h +++ b/eeschema/sch_edit_frame.h @@ -35,7 +35,6 @@ #include #include -#include #include #include #include diff --git a/eeschema/sch_plugins/easyeda/sch_easyeda_parser.cpp b/eeschema/sch_plugins/easyeda/sch_easyeda_parser.cpp index 9ea5333778..e9322a70ac 100644 --- a/eeschema/sch_plugins/easyeda/sch_easyeda_parser.cpp +++ b/eeschema/sch_plugins/easyeda/sch_easyeda_parser.cpp @@ -39,6 +39,7 @@ #include #include #include +#include #include #include #include diff --git a/eeschema/sch_plugins/easyedapro/sch_easyedapro_parser.cpp b/eeschema/sch_plugins/easyedapro/sch_easyedapro_parser.cpp index 50941648e3..61c06af285 100644 --- a/eeschema/sch_plugins/easyedapro/sch_easyedapro_parser.cpp +++ b/eeschema/sch_plugins/easyedapro/sch_easyedapro_parser.cpp @@ -41,6 +41,7 @@ #include #include #include +#include #include #include #include diff --git a/eeschema/symbol_library.cpp b/eeschema/symbol_library.cpp index 2fa454ff44..6dd2f66373 100644 --- a/eeschema/symbol_library.cpp +++ b/eeschema/symbol_library.cpp @@ -30,7 +30,6 @@ #include #include #include -#include #include #include #include diff --git a/gerbview/gerber_file_image_list.cpp b/gerbview/gerber_file_image_list.cpp index 2389fc4806..6b302f8faa 100644 --- a/gerbview/gerber_file_image_list.cpp +++ b/gerbview/gerber_file_image_list.cpp @@ -32,6 +32,7 @@ #include #include #include +#include #include diff --git a/gerbview/gerbview_frame.h b/gerbview/gerbview_frame.h index ddffc862a5..c639cf8666 100644 --- a/gerbview/gerbview_frame.h +++ b/gerbview/gerbview_frame.h @@ -23,7 +23,6 @@ #define WX_GERBER_STRUCT_H #include -#include #include #include #include diff --git a/include/board_design_settings.h b/include/board_design_settings.h index 9a4f8eb796..4d79504701 100644 --- a/include/board_design_settings.h +++ b/include/board_design_settings.h @@ -29,7 +29,6 @@ #include #include -#include #include #include #include diff --git a/pagelayout_editor/pl_editor_frame.h b/pagelayout_editor/pl_editor_frame.h index edf34da090..6c68ab749c 100644 --- a/pagelayout_editor/pl_editor_frame.h +++ b/pagelayout_editor/pl_editor_frame.h @@ -27,7 +27,6 @@ #define _PL_EDITOR_FRAME_H -#include #include #include #include "pl_editor_layout.h" diff --git a/pcbnew/footprint_edit_frame.h b/pcbnew/footprint_edit_frame.h index 43dc2dd29d..243057ed9f 100644 --- a/pcbnew/footprint_edit_frame.h +++ b/pcbnew/footprint_edit_frame.h @@ -23,7 +23,6 @@ #include #include #include -#include #include class PCB_LAYER_BOX_SELECTOR; diff --git a/pcbnew/pcbnew_config.h b/pcbnew/pcbnew_config.h index 823d18ef9f..87f7485ac1 100644 --- a/pcbnew/pcbnew_config.h +++ b/pcbnew/pcbnew_config.h @@ -6,7 +6,6 @@ #ifndef _PCBNEW_CONFIG_H_ #define _PCBNEW_CONFIG_H_ -#include /* Useful macro : */