Better after base_units.cpp changes in python stuff.

Move an include to kicad.i
This commit is contained in:
jean-pierre charras 2022-09-17 11:21:48 +02:00
parent 71bb7d63d9
commit 97963a2bba
2 changed files with 2 additions and 4 deletions

View File

@ -84,6 +84,7 @@ principle should be easily implemented by adapting the current STL containers.
#include <macros_swig.h>
#include <kiid.h>
#include <cstddef>
#include <base_units.h>
#include <eda_item.h>
#include <eda_units.h>
#include <common.h>
@ -114,6 +115,7 @@ principle should be easily implemented by adapting the current STL containers.
%include kiid.h
%include core/typeinfo.h
%include eda_item.h
%include base_units.h
%include eda_units.h
%include common.h
%include richio.h

View File

@ -43,10 +43,6 @@
// mostly for KICAD_T
%include typeinfo.i
%{
#include <base_units.h>
%}
%include <base_units.h>
%{
#include <lib_id.h>