Nix some global richio.h

This commit is contained in:
Marek Roszko 2020-10-24 08:44:03 -04:00
parent 8d7feb3d72
commit 68484e9b38
5 changed files with 6 additions and 4 deletions

View File

@ -35,7 +35,6 @@
#include <eda_item.h> // for EDA_ITEM #include <eda_item.h> // for EDA_ITEM
#include <base_units.h> #include <base_units.h>
#include <basic_gal.h> // for BASIC_GAL, basic_gal #include <basic_gal.h> // for BASIC_GAL, basic_gal
#include <common.h> // for wxStringSplit
#include <convert_to_biu.h> // for Mils2iu #include <convert_to_biu.h> // for Mils2iu
#include <eda_rect.h> // for EDA_RECT #include <eda_rect.h> // for EDA_RECT
#include <eda_text.h> // for EDA_TEXT, TEXT_EFFECTS, GR_TEXT_VJUSTIF... #include <eda_text.h> // for EDA_TEXT, TEXT_EFFECTS, GR_TEXT_VJUSTIF...
@ -45,6 +44,7 @@
#include <kicad_string.h> // for UnescapeString #include <kicad_string.h> // for UnescapeString
#include <math/util.h> // for KiROUND #include <math/util.h> // for KiROUND
#include <math/vector2d.h> // for VECTOR2D #include <math/vector2d.h> // for VECTOR2D
#include <richio.h>
#include <render_settings.h> #include <render_settings.h>
#include <trigo.h> // for RotatePoint #include <trigo.h> // for RotatePoint
#include <i18n_utility.h> #include <i18n_utility.h>

View File

@ -26,6 +26,8 @@
#include <plugins/eagle/eagle_parser.h> #include <plugins/eagle/eagle_parser.h>
#include <richio.h>
#include <functional> #include <functional>
#include <sstream> #include <sstream>
#include <iomanip> #include <iomanip>

View File

@ -87,6 +87,7 @@ principle should be easily implemented by adapting the current STL containers.
#include <eda_item.h> #include <eda_item.h>
#include <eda_rect.h> #include <eda_rect.h>
#include <common.h> #include <common.h>
#include <richio.h>
#include <wx_python_helpers.h> #include <wx_python_helpers.h>
#include <cstddef> #include <cstddef>
#include <vector> #include <vector>
@ -116,6 +117,7 @@ principle should be easily implemented by adapting the current STL containers.
%include eda_item.h %include eda_item.h
%include eda_rect.h %include eda_rect.h
%include common.h %include common.h
%include richio.h
%include title_block.h %include title_block.h
%include gal/color4d.h %include gal/color4d.h
%include marker_base.h %include marker_base.h

View File

@ -42,8 +42,6 @@
#include <wx/textctrl.h> #include <wx/textctrl.h>
#include <wx/gdicmn.h> #include <wx/gdicmn.h>
#include <richio.h>
#include <atomic> #include <atomic>
#include <limits> #include <limits>
#include <memory> #include <memory>

View File

@ -46,7 +46,7 @@
#include <github_getliblist.h> #include <github_getliblist.h>
#include <macros.h> #include <macros.h>
#include <common.h> #include <richio.h>
#include <html_link_parser.h> #include <html_link_parser.h>