Remove obsolete config_params.h includes
This commit is contained in:
parent
43edbcc622
commit
37e8a008ab
|
@ -46,7 +46,6 @@
|
|||
#include <background_jobs_monitor.h>
|
||||
#include <bitmaps.h>
|
||||
#include <common.h>
|
||||
#include <config_params.h>
|
||||
#include <confirm.h>
|
||||
#include <core/arraydim.h>
|
||||
#include <eda_base_frame.h>
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <config_params.h>
|
||||
#include <project.h>
|
||||
#include <project/net_settings.h>
|
||||
#include <settings/json_settings_internals.h>
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#ifndef _CVPCB_MAINFRAME_H_
|
||||
#define _CVPCB_MAINFRAME_H_
|
||||
|
||||
#include <config_params.h>
|
||||
#include <kiway_player.h>
|
||||
#include <netlist_reader/pcb_netlist.h>
|
||||
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
#include <wx/treectrl.h>
|
||||
#include <wx/utils.h>
|
||||
|
||||
#include <config_params.h>
|
||||
#include <core/typeinfo.h>
|
||||
#include <eda_base_frame.h>
|
||||
#include <eeschema_settings.h>
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
#include <sch_bus_entry.h>
|
||||
#include <string_utils.h>
|
||||
#include <bezier_curves.h>
|
||||
#include <wx/base64.h>
|
||||
#include <wx/url.h>
|
||||
#include <wx/mstream.h>
|
||||
#include <gfx_import_utils.h>
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
#include <sch_bus_entry.h>
|
||||
#include <string_utils.h>
|
||||
#include <bezier_curves.h>
|
||||
#include <wx/base64.h>
|
||||
#include <wx/url.h>
|
||||
#include <wx/mstream.h>
|
||||
#include <gfx_import_utils.h>
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include <string_utils.h>
|
||||
#include <macros.h>
|
||||
#include <richio.h>
|
||||
#include <config_params.h>
|
||||
#include <wildcards_and_files_ext.h>
|
||||
#include <project/project_file.h>
|
||||
#include <project_rescue.h>
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
#include <gerber_file_image.h>
|
||||
#include <gerber_file_image_list.h>
|
||||
#include <X2_gerber_attributes.h>
|
||||
#include <wx/filename.h>
|
||||
|
||||
#include <map>
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#define WX_GERBER_STRUCT_H
|
||||
|
||||
#include <file_history.h>
|
||||
#include <config_params.h>
|
||||
#include <eda_draw_frame.h>
|
||||
#include <layer_ids.h>
|
||||
#include <gerbview.h>
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
|
||||
#include <netclass.h>
|
||||
#include <project/net_settings.h>
|
||||
#include <config_params.h>
|
||||
#include <board_stackup_manager/board_stackup.h>
|
||||
#include <drc/drc_engine.h>
|
||||
#include <settings/nested_settings.h>
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#define _PL_EDITOR_FRAME_H
|
||||
|
||||
|
||||
#include <config_params.h>
|
||||
#include <eda_draw_frame.h>
|
||||
#include <base_screen.h>
|
||||
#include "pl_editor_layout.h"
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include <pcb_base_frame.h>
|
||||
#include <pcb_base_edit_frame.h>
|
||||
#include <io_mgr.h>
|
||||
#include <config_params.h>
|
||||
#include <fp_tree_synchronizing_adapter.h>
|
||||
|
||||
class PCB_LAYER_BOX_SELECTOR;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef _PCBNEW_CONFIG_H_
|
||||
#define _PCBNEW_CONFIG_H_
|
||||
|
||||
#include <config_params.h>
|
||||
|
||||
/* Useful macro : */
|
||||
|
||||
|
|
Loading…
Reference in New Issue