mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-20 00:21:31 +00:00
Cleanup some pgm_base.h includes
This commit is contained in:
parent
19faadf149
commit
d946d6e68f
3d-viewer/3d_cache
bitmap2component
common
eeschema
dialogs
dialog_edit_components_libid.cppdialog_edit_line_style.cppdialog_erc.cppdialog_junction_props.cppdialog_lib_edit_text.cpppanel_eeschema_editing_options.cpppanel_setup_pinmap.cpp
getpart.cpplib_field.cppmenubar.cppnetlist_exporters
sch_plugins
sch_screen.cppsymbol_editor
gerbview
include
pagelayout_editor
pcbnew
@ -36,7 +36,6 @@
|
||||
|
||||
#include <common.h>
|
||||
#include <paths.h>
|
||||
#include <pgm_base.h>
|
||||
#include "3d_plugin_manager.h"
|
||||
#include "plugins/3d/3d_plugin.h"
|
||||
#include "3d_cache/sg/scenegraph.h"
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include <kiface_i.h>
|
||||
#include <math/util.h> // for KiROUND
|
||||
#include <kiway.h>
|
||||
#include <pgm_base.h>
|
||||
#include <potracelib.h>
|
||||
#include <wildcards_and_files_ext.h>
|
||||
#include <wx/clipbrd.h>
|
||||
|
@ -21,6 +21,8 @@
|
||||
*/
|
||||
|
||||
#include <env_paths.h>
|
||||
#include <project.h>
|
||||
#include <wx/filename.h>
|
||||
|
||||
static bool normalizeAbsolutePaths( const wxFileName& aPathA, const wxFileName& aPathB,
|
||||
wxString* aResultPath )
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include <core/optional.h>
|
||||
|
||||
#include <env_vars.h>
|
||||
#include <pgm_base.h>
|
||||
#include <settings/common_settings.h>
|
||||
#include <kiplatform/ui.h>
|
||||
|
||||
|
@ -23,7 +23,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include <pgm_base.h>
|
||||
#include <kiway_player.h>
|
||||
#include <kiway_express.h>
|
||||
#include <kiway.h>
|
||||
|
@ -27,9 +27,9 @@
|
||||
* @brief build the standard menu to show the list of available translations
|
||||
*/
|
||||
|
||||
#include <pgm_base.h>
|
||||
#include <id.h>
|
||||
#include <menus_helpers.h>
|
||||
#include <pgm_base.h> // LanguagesList
|
||||
#include <tool/tool_interactive.h>
|
||||
#include <tool/action_menu.h>
|
||||
#include <tool/conditional_menu.h>
|
||||
|
@ -32,7 +32,6 @@
|
||||
#include <kiface_ids.h>
|
||||
#include <kiway.h>
|
||||
#include <macros.h>
|
||||
#include <pgm_base.h>
|
||||
#include <project.h>
|
||||
#include <project/project_file.h>
|
||||
#include <trace_helpers.h>
|
||||
|
@ -33,6 +33,7 @@
|
||||
#include <dialog_shim.h>
|
||||
#include <common.h>
|
||||
#include <env_paths.h>
|
||||
#include <pgm_base.h>
|
||||
#include <widgets/wx_grid.h>
|
||||
#include <widgets/grid_text_button_helpers.h>
|
||||
#include <eda_doc.h>
|
||||
|
@ -34,7 +34,6 @@
|
||||
#include <sch_symbol.h>
|
||||
#include <sch_reference_list.h>
|
||||
#include <schematic.h>
|
||||
#include <pgm_base.h>
|
||||
#include <symbol_lib_table.h>
|
||||
#include <trace_helpers.h>
|
||||
#include <widgets/wx_grid.h>
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include <sch_line.h>
|
||||
#include <dialog_edit_line_style.h>
|
||||
#include <dialogs/dialog_color_picker.h>
|
||||
#include <pgm_base.h>
|
||||
#include <settings/settings_manager.h>
|
||||
#include <sch_edit_frame.h>
|
||||
#include <widgets/color_swatch.h>
|
||||
|
@ -24,7 +24,6 @@
|
||||
*/
|
||||
|
||||
#include <gestfich.h>
|
||||
#include <pgm_base.h>
|
||||
#include <sch_screen.h>
|
||||
#include <sch_edit_frame.h>
|
||||
#include <schematic.h>
|
||||
|
@ -20,7 +20,6 @@
|
||||
|
||||
#include <sch_junction.h>
|
||||
#include <dialog_junction_props.h>
|
||||
#include <pgm_base.h>
|
||||
#include <settings/settings_manager.h>
|
||||
#include <sch_edit_frame.h>
|
||||
#include <widgets/color_swatch.h>
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include <settings/settings_manager.h>
|
||||
#include <dialog_lib_edit_text.h>
|
||||
#include <symbol_editor/symbol_editor_settings.h>
|
||||
#include <pgm_base.h>
|
||||
#include <tools/symbol_editor_drawing_tools.h>
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include <settings/settings_manager.h>
|
||||
#include <settings/color_settings.h>
|
||||
#include <painter.h>
|
||||
#include <pgm_base.h>
|
||||
#include <eeschema_settings.h>
|
||||
#include "panel_eeschema_editing_options.h"
|
||||
|
||||
|
@ -21,7 +21,6 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <pgm_base.h>
|
||||
#include <sch_edit_frame.h>
|
||||
#include <kiface_i.h>
|
||||
#include <bitmaps.h>
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include <general.h>
|
||||
#include <kiway.h>
|
||||
#include <symbol_viewer_frame.h>
|
||||
#include <pgm_base.h>
|
||||
#include <sch_symbol.h>
|
||||
#include <sch_edit_frame.h>
|
||||
#include <symbol_lib_table.h>
|
||||
|
@ -22,7 +22,6 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <pgm_base.h>
|
||||
#include <eda_item.h>
|
||||
#include <gr_text.h>
|
||||
#include <kicad_string.h>
|
||||
|
@ -28,7 +28,6 @@
|
||||
#include <filehistory.h>
|
||||
#include <kiface_i.h>
|
||||
#include <menus_helpers.h>
|
||||
#include <pgm_base.h>
|
||||
#include <schematic.h>
|
||||
#include <tool/action_manager.h>
|
||||
#include <tool/action_menu.h>
|
||||
|
@ -25,7 +25,6 @@
|
||||
|
||||
#include <netlist_exporter_base.h>
|
||||
|
||||
#include <pgm_base.h>
|
||||
#include <refdes_utils.h>
|
||||
|
||||
#include <class_library.h>
|
||||
|
@ -35,6 +35,7 @@
|
||||
#include <sch_edit_frame.h>
|
||||
#include <sch_reference_list.h>
|
||||
#include <env_paths.h>
|
||||
#include <pgm_base.h>
|
||||
|
||||
#include <wx/tokenzr.h>
|
||||
#include <wx/regex.h>
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include <common.h> // for ProcessExecute
|
||||
#include <kicad_string.h>
|
||||
#include <gestfich.h>
|
||||
#include <pgm_base.h>
|
||||
#include <sch_edit_frame.h>
|
||||
#include <schematic.h>
|
||||
#include <reporter.h>
|
||||
|
@ -29,7 +29,6 @@
|
||||
#include <wx/log.h>
|
||||
#include <wx/mstream.h>
|
||||
#include <advanced_config.h>
|
||||
#include <pgm_base.h>
|
||||
#include <trace_helpers.h>
|
||||
#include <locale_io.h>
|
||||
#include <sch_bitmap.h>
|
||||
|
@ -32,7 +32,6 @@
|
||||
#include <wx/textfile.h>
|
||||
#include <wx/tokenzr.h>
|
||||
|
||||
#include <pgm_base.h>
|
||||
#include <gr_text.h>
|
||||
#include <kiway.h>
|
||||
#include <kicad_string.h>
|
||||
|
@ -36,7 +36,6 @@
|
||||
#include <id.h>
|
||||
#include <kicad_string.h>
|
||||
#include <kiway.h>
|
||||
#include <pgm_base.h>
|
||||
#include <plotter.h>
|
||||
#include <project.h>
|
||||
#include <reporter.h>
|
||||
|
@ -25,7 +25,6 @@
|
||||
|
||||
#include <bitmaps.h>
|
||||
#include <menus_helpers.h>
|
||||
#include <pgm_base.h>
|
||||
#include <tool/action_menu.h>
|
||||
#include <tool/tool_manager.h>
|
||||
#include <tools/ee_actions.h>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user