Browse Source

Remove obsolete config_params.h includes

newinvert
Marek Roszko 2 years ago
parent
commit
37e8a008ab
  1. 1
      common/pgm_base.cpp
  2. 1
      common/project/project_file.cpp
  3. 1
      cvpcb/cvpcb_mainframe.h
  4. 1
      eeschema/sch_edit_frame.h
  5. 1
      eeschema/sch_plugins/easyeda/sch_easyeda_parser.cpp
  6. 1
      eeschema/sch_plugins/easyedapro/sch_easyedapro_parser.cpp
  7. 1
      eeschema/symbol_library.cpp
  8. 1
      gerbview/gerber_file_image_list.cpp
  9. 1
      gerbview/gerbview_frame.h
  10. 1
      include/board_design_settings.h
  11. 1
      pagelayout_editor/pl_editor_frame.h
  12. 1
      pcbnew/footprint_edit_frame.h
  13. 1
      pcbnew/pcbnew_config.h

1
common/pgm_base.cpp

@ -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>

1
common/project/project_file.cpp

@ -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>

1
cvpcb/cvpcb_mainframe.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>

1
eeschema/sch_edit_frame.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>

1
eeschema/sch_plugins/easyeda/sch_easyeda_parser.cpp

@ -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>

1
eeschema/sch_plugins/easyedapro/sch_easyedapro_parser.cpp

@ -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>

1
eeschema/symbol_library.cpp

@ -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>

1
gerbview/gerber_file_image_list.cpp

@ -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>

1
gerbview/gerbview_frame.h

@ -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>

1
include/board_design_settings.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>

1
pagelayout_editor/pl_editor_frame.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"

1
pcbnew/footprint_edit_frame.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;

1
pcbnew/pcbnew_config.h

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

Loading…
Cancel
Save