mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
We don't need pgm_base to expose pybind to everything
This commit is contained in:
parent
c7fa3adcb8
commit
5c20c5732d
@ -40,9 +40,6 @@
|
|||||||
#include <wx/filename.h>
|
#include <wx/filename.h>
|
||||||
#include <wx/snglinst.h>
|
#include <wx/snglinst.h>
|
||||||
|
|
||||||
#undef pid_t
|
|
||||||
#include <pybind11/embed.h>
|
|
||||||
|
|
||||||
class wxApp;
|
class wxApp;
|
||||||
class wxMenu;
|
class wxMenu;
|
||||||
class wxWindow;
|
class wxWindow;
|
||||||
|
@ -29,9 +29,11 @@
|
|||||||
|
|
||||||
#include <python_scripting.h>
|
#include <python_scripting.h>
|
||||||
|
|
||||||
|
#undef pid_t
|
||||||
|
#include <pybind11/embed.h>
|
||||||
|
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <Python.h>
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include <eda_base_frame.h>
|
#include <eda_base_frame.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user