We don't need pgm_base to expose pybind to everything

This commit is contained in:
Marek Roszko 2023-12-25 23:28:33 -05:00
parent c7fa3adcb8
commit 5c20c5732d
2 changed files with 3 additions and 4 deletions

View File

@ -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;

View File

@ -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>