mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-11 11:00:13 +00:00
Remove another leaky wx/log.h header
This commit is contained in:
parent
7faee5eda5
commit
4df3cb912d
3d-viewer
3d_canvas
3d_rendering
bitmap2component
common
cvpcb
eeschema
class_library.cppconnection_graph.cppcross-probing.cpp
dialogs
sch_field.cppsch_plugins
sch_sheet.cppsch_symbol.cppsch_text.cppsheet.cppsymbol_editor
symbol_tree_model_adapter.cpptools
widgets
include
pcbnew
action_plugin.cppboard.cpp
board_stackup_manager
cross-probing.cppexporters
pad.cpprouter
specctra_import_export
tools
@ -37,6 +37,7 @@
|
||||
#include <convert_to_biu.h>
|
||||
#include <pgm_base.h>
|
||||
#include <settings/settings_manager.h>
|
||||
#include <wx/log.h>
|
||||
|
||||
/**
|
||||
* Trace mask used to enable or disable the trace output of this class.
|
||||
|
@ -53,6 +53,7 @@
|
||||
#include <gr_text.h>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
#include <wx/log.h>
|
||||
|
||||
|
||||
// These variables are parameters used in addTextSegmToContainer.
|
||||
|
@ -49,6 +49,7 @@
|
||||
#include <core/arraydim.h>
|
||||
#include <algorithm>
|
||||
#include <atomic>
|
||||
#include <wx/log.h>
|
||||
|
||||
#ifdef PRINT_STATISTICS_3D_VIEWER
|
||||
#include <profile.h>
|
||||
|
@ -41,6 +41,7 @@
|
||||
#include "3d_math.h"
|
||||
#include "../common_ogl/ogl_utils.h"
|
||||
#include <profile.h> // To use GetRunningMicroSecs or another profiling utility
|
||||
#include <wx/log.h>
|
||||
|
||||
|
||||
RENDER_3D_RAYTRACE::RENDER_3D_RAYTRACE( BOARD_ADAPTER& aAdapter, CAMERA& aCamera ) :
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include <footprint.h>
|
||||
#include <3d_math.h>
|
||||
#include <math/util.h> // for KiROUND
|
||||
#include <wx/log.h>
|
||||
|
||||
#include <base_units.h>
|
||||
|
||||
|
@ -29,6 +29,7 @@
|
||||
|
||||
|
||||
#include "render_3d_base.h"
|
||||
#include <wx/log.h>
|
||||
|
||||
|
||||
/**
|
||||
|
@ -39,6 +39,7 @@
|
||||
#include <wx/rawbmp.h>
|
||||
#include <wx/msgdlg.h>
|
||||
#include <wx/dcclient.h>
|
||||
#include <wx/log.h>
|
||||
|
||||
|
||||
#include "bitmap2cmp_gui_base.h"
|
||||
|
@ -23,6 +23,7 @@
|
||||
*/
|
||||
|
||||
#include <wx/clipbrd.h>
|
||||
#include <wx/log.h>
|
||||
#include <kicad_string.h>
|
||||
#include <dialogs/html_messagebox.h>
|
||||
|
||||
|
@ -31,6 +31,7 @@
|
||||
#include <math/util.h> // for KiROUND
|
||||
#include <render_settings.h>
|
||||
#include <trigo.h>
|
||||
#include <wx/log.h>
|
||||
|
||||
#include <build_version.h>
|
||||
|
||||
|
@ -28,6 +28,7 @@
|
||||
#include <gal/color4d.h>
|
||||
#include <dialog_shim.h>
|
||||
#include <wx/clipbrd.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/settings.h>
|
||||
#include <confirm.h>
|
||||
|
||||
|
@ -28,6 +28,7 @@
|
||||
#include <tool/tool_action.h>
|
||||
#include <tool/tool_manager.h>
|
||||
#include <trace_helpers.h>
|
||||
#include <wx/log.h>
|
||||
|
||||
#include <hotkeys_basic.h>
|
||||
#include <cctype>
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include <cvpcb_mainframe.h>
|
||||
#include <listboxes.h>
|
||||
#include <cvpcb_id.h>
|
||||
#include <wx/log.h>
|
||||
|
||||
|
||||
COMPONENTS_LISTBOX::COMPONENTS_LISTBOX( CVPCB_MAINFRAME* parent, wxWindowID id ) :
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include <footprint_filter.h>
|
||||
#include <tool/tool_manager.h>
|
||||
#include <trace_helpers.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/wupdlock.h>
|
||||
|
||||
#include <cvpcb_id.h>
|
||||
|
@ -31,6 +31,7 @@
|
||||
#include <cvpcb_mainframe.h>
|
||||
#include <listboxes.h>
|
||||
#include <cvpcb_id.h>
|
||||
#include <wx/log.h>
|
||||
|
||||
|
||||
/***************************************/
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include <tool/actions.h>
|
||||
#include <tool/tool_manager.h>
|
||||
#include <wx/clipbrd.h>
|
||||
#include <wx/log.h>
|
||||
|
||||
#include <cvpcb_association.h>
|
||||
#include <cvpcb_mainframe.h>
|
||||
|
@ -44,6 +44,7 @@
|
||||
#include <class_library.h>
|
||||
#include <sch_plugins/legacy/sch_legacy_plugin.h>
|
||||
|
||||
#include <wx/log.h>
|
||||
#include <wx/progdlg.h>
|
||||
#include <wx/tokenzr.h>
|
||||
#include <wx/regex.h>
|
||||
|
@ -44,6 +44,7 @@
|
||||
#include <connection_graph.h>
|
||||
#include <widgets/ui_common.h>
|
||||
#include <kicad_string.h>
|
||||
#include <wx/log.h>
|
||||
|
||||
#include <advanced_config.h> // for realtime connectivity switch
|
||||
|
||||
|
@ -38,6 +38,7 @@
|
||||
#include <tools/sch_editor_control.h>
|
||||
#include <advanced_config.h>
|
||||
#include <netclass.h>
|
||||
#include <wx/log.h>
|
||||
|
||||
SCH_ITEM* SCH_EDITOR_CONTROL::FindSymbolAndItem( const wxString& aReference,
|
||||
bool aSearchHierarchy,
|
||||
|
@ -46,6 +46,7 @@
|
||||
#include <paths.h>
|
||||
|
||||
#include <wx/filedlg.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/textdlg.h>
|
||||
|
||||
wxString s_bomHelpInfo =
|
||||
|
@ -37,6 +37,7 @@
|
||||
#include <wx/checkbox.h>
|
||||
#include <wx/clipbrd.h>
|
||||
#include <wx/dataview.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/panel.h>
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/splitter.h>
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include <dialog_sheet_properties.h>
|
||||
#include <kiface_i.h>
|
||||
#include <wx/string.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/tooltip.h>
|
||||
#include <confirm.h>
|
||||
#include <validators.h>
|
||||
|
@ -30,6 +30,7 @@
|
||||
* Fields 4+ are user fields. They can be renamed and can appear in reports.
|
||||
*/
|
||||
|
||||
#include <wx/log.h>
|
||||
#include <wx/menu.h>
|
||||
#include <common.h> // for ExpandTextVars
|
||||
#include <eda_item.h>
|
||||
|
@ -59,6 +59,7 @@
|
||||
#include <sch_edit_frame.h>
|
||||
#include <wildcards_and_files_ext.h>
|
||||
#include <wx/mstream.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/zstream.h>
|
||||
#include <wx/wfstream.h>
|
||||
|
||||
|
@ -26,6 +26,7 @@
|
||||
// base64 code.
|
||||
#define wxUSE_BASE64 1
|
||||
#include <wx/base64.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/mstream.h>
|
||||
#include <advanced_config.h>
|
||||
#include <pgm_base.h>
|
||||
|
@ -41,6 +41,7 @@
|
||||
#include <settings/color_settings.h>
|
||||
#include <trace_helpers.h>
|
||||
#include <pgm_base.h>
|
||||
#include <wx/log.h>
|
||||
|
||||
|
||||
const wxString SCH_SHEET::GetDefaultFieldName( int aFieldNdx )
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user