Nix some global richio.h
This commit is contained in:
parent
8d7feb3d72
commit
68484e9b38
|
@ -35,7 +35,6 @@
|
|||
#include <eda_item.h> // for EDA_ITEM
|
||||
#include <base_units.h>
|
||||
#include <basic_gal.h> // for BASIC_GAL, basic_gal
|
||||
#include <common.h> // for wxStringSplit
|
||||
#include <convert_to_biu.h> // for Mils2iu
|
||||
#include <eda_rect.h> // for EDA_RECT
|
||||
#include <eda_text.h> // for EDA_TEXT, TEXT_EFFECTS, GR_TEXT_VJUSTIF...
|
||||
|
@ -45,6 +44,7 @@
|
|||
#include <kicad_string.h> // for UnescapeString
|
||||
#include <math/util.h> // for KiROUND
|
||||
#include <math/vector2d.h> // for VECTOR2D
|
||||
#include <richio.h>
|
||||
#include <render_settings.h>
|
||||
#include <trigo.h> // for RotatePoint
|
||||
#include <i18n_utility.h>
|
||||
|
|
|
@ -26,6 +26,8 @@
|
|||
|
||||
#include <plugins/eagle/eagle_parser.h>
|
||||
|
||||
#include <richio.h>
|
||||
|
||||
#include <functional>
|
||||
#include <sstream>
|
||||
#include <iomanip>
|
||||
|
|
|
@ -87,6 +87,7 @@ principle should be easily implemented by adapting the current STL containers.
|
|||
#include <eda_item.h>
|
||||
#include <eda_rect.h>
|
||||
#include <common.h>
|
||||
#include <richio.h>
|
||||
#include <wx_python_helpers.h>
|
||||
#include <cstddef>
|
||||
#include <vector>
|
||||
|
@ -116,6 +117,7 @@ principle should be easily implemented by adapting the current STL containers.
|
|||
%include eda_item.h
|
||||
%include eda_rect.h
|
||||
%include common.h
|
||||
%include richio.h
|
||||
%include title_block.h
|
||||
%include gal/color4d.h
|
||||
%include marker_base.h
|
||||
|
|
|
@ -42,8 +42,6 @@
|
|||
#include <wx/textctrl.h>
|
||||
#include <wx/gdicmn.h>
|
||||
|
||||
#include <richio.h>
|
||||
|
||||
#include <atomic>
|
||||
#include <limits>
|
||||
#include <memory>
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
|
||||
#include <github_getliblist.h>
|
||||
#include <macros.h>
|
||||
#include <common.h>
|
||||
#include <richio.h>
|
||||
#include <html_link_parser.h>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue