Remove obsolete config_params.h includes

This commit is contained in:
Marek Roszko 2023-09-25 20:40:15 -04:00
parent 43edbcc622
commit 37e8a008ab
13 changed files with 3 additions and 10 deletions

View File

@ -46,7 +46,6 @@
#include <background_jobs_monitor.h> #include <background_jobs_monitor.h>
#include <bitmaps.h> #include <bitmaps.h>
#include <common.h> #include <common.h>
#include <config_params.h>
#include <confirm.h> #include <confirm.h>
#include <core/arraydim.h> #include <core/arraydim.h>
#include <eda_base_frame.h> #include <eda_base_frame.h>

View File

@ -19,7 +19,6 @@
* with this program. If not, see <http://www.gnu.org/licenses/>. * with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <config_params.h>
#include <project.h> #include <project.h>
#include <project/net_settings.h> #include <project/net_settings.h>
#include <settings/json_settings_internals.h> #include <settings/json_settings_internals.h>

View File

@ -25,7 +25,6 @@
#ifndef _CVPCB_MAINFRAME_H_ #ifndef _CVPCB_MAINFRAME_H_
#define _CVPCB_MAINFRAME_H_ #define _CVPCB_MAINFRAME_H_
#include <config_params.h>
#include <kiway_player.h> #include <kiway_player.h>
#include <netlist_reader/pcb_netlist.h> #include <netlist_reader/pcb_netlist.h>

View File

@ -35,7 +35,6 @@
#include <wx/treectrl.h> #include <wx/treectrl.h>
#include <wx/utils.h> #include <wx/utils.h>
#include <config_params.h>
#include <core/typeinfo.h> #include <core/typeinfo.h>
#include <eda_base_frame.h> #include <eda_base_frame.h>
#include <eeschema_settings.h> #include <eeschema_settings.h>

View File

@ -39,6 +39,7 @@
#include <sch_bus_entry.h> #include <sch_bus_entry.h>
#include <string_utils.h> #include <string_utils.h>
#include <bezier_curves.h> #include <bezier_curves.h>
#include <wx/base64.h>
#include <wx/url.h> #include <wx/url.h>
#include <wx/mstream.h> #include <wx/mstream.h>
#include <gfx_import_utils.h> #include <gfx_import_utils.h>

View File

@ -41,6 +41,7 @@
#include <sch_bus_entry.h> #include <sch_bus_entry.h>
#include <string_utils.h> #include <string_utils.h>
#include <bezier_curves.h> #include <bezier_curves.h>
#include <wx/base64.h>
#include <wx/url.h> #include <wx/url.h>
#include <wx/mstream.h> #include <wx/mstream.h>
#include <gfx_import_utils.h> #include <gfx_import_utils.h>

View File

@ -30,7 +30,6 @@
#include <string_utils.h> #include <string_utils.h>
#include <macros.h> #include <macros.h>
#include <richio.h> #include <richio.h>
#include <config_params.h>
#include <wildcards_and_files_ext.h> #include <wildcards_and_files_ext.h>
#include <project/project_file.h> #include <project/project_file.h>
#include <project_rescue.h> #include <project_rescue.h>

View File

@ -32,6 +32,7 @@
#include <gerber_file_image.h> #include <gerber_file_image.h>
#include <gerber_file_image_list.h> #include <gerber_file_image_list.h>
#include <X2_gerber_attributes.h> #include <X2_gerber_attributes.h>
#include <wx/filename.h>
#include <map> #include <map>

View File

@ -23,7 +23,6 @@
#define WX_GERBER_STRUCT_H #define WX_GERBER_STRUCT_H
#include <file_history.h> #include <file_history.h>
#include <config_params.h>
#include <eda_draw_frame.h> #include <eda_draw_frame.h>
#include <layer_ids.h> #include <layer_ids.h>
#include <gerbview.h> #include <gerbview.h>

View File

@ -29,7 +29,6 @@
#include <netclass.h> #include <netclass.h>
#include <project/net_settings.h> #include <project/net_settings.h>
#include <config_params.h>
#include <board_stackup_manager/board_stackup.h> #include <board_stackup_manager/board_stackup.h>
#include <drc/drc_engine.h> #include <drc/drc_engine.h>
#include <settings/nested_settings.h> #include <settings/nested_settings.h>

View File

@ -27,7 +27,6 @@
#define _PL_EDITOR_FRAME_H #define _PL_EDITOR_FRAME_H
#include <config_params.h>
#include <eda_draw_frame.h> #include <eda_draw_frame.h>
#include <base_screen.h> #include <base_screen.h>
#include "pl_editor_layout.h" #include "pl_editor_layout.h"

View File

@ -23,7 +23,6 @@
#include <pcb_base_frame.h> #include <pcb_base_frame.h>
#include <pcb_base_edit_frame.h> #include <pcb_base_edit_frame.h>
#include <io_mgr.h> #include <io_mgr.h>
#include <config_params.h>
#include <fp_tree_synchronizing_adapter.h> #include <fp_tree_synchronizing_adapter.h>
class PCB_LAYER_BOX_SELECTOR; class PCB_LAYER_BOX_SELECTOR;

View File

@ -6,7 +6,6 @@
#ifndef _PCBNEW_CONFIG_H_ #ifndef _PCBNEW_CONFIG_H_
#define _PCBNEW_CONFIG_H_ #define _PCBNEW_CONFIG_H_
#include <config_params.h>
/* Useful macro : */ /* Useful macro : */