[Base] Py and Placement: remove unused includes

This commit is contained in:
Uwe
2022-03-01 01:24:50 +01:00
parent f20840442f
commit 9a42b61fcb
8 changed files with 12 additions and 19 deletions

View File

@@ -48,7 +48,6 @@
#define slots
#include <bitset>
#include <typeinfo>
#include "Exception.h"
#ifndef PYCXX_PYTHON_2TO3
#define PYCXX_PYTHON_2TO3
@@ -56,7 +55,6 @@
#include <CXX/Objects.hxx>
/** Python static class macro for definition
* sets up a static function entry in a class inheriting
* from PyObjectBase. It's a pure convenience macro. You can also do