Base: use forward declaration instead of including Python.h

This commit is contained in:
wmayer
2022-03-03 19:18:07 +01:00
parent dc1f35804d
commit 6ff1ccb140
6 changed files with 19 additions and 5 deletions

View File

@@ -26,6 +26,7 @@
# include <unistd.h>
#endif
#include <CXX/WrapPython.h>
#include <memory>
#include <QString>
#include "Exception.h"