Skip to content

Commit 740f693

Browse files
committed
Remove unused code
1 parent 05576f1 commit 740f693

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

include/pybind11/detail/class.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,10 @@
1111

1212
#include <pybind11/attr.h>
1313
#include <pybind11/options.h>
14-
#include <pybind11/pybind11.h>
15-
#include <pybind11/pytypes.h>
1614

1715
#include "exception_translation.h"
1816

1917
PYBIND11_NAMESPACE_BEGIN(PYBIND11_NAMESPACE)
20-
21-
class weakref;
22-
class cpp_function;
23-
2418
PYBIND11_NAMESPACE_BEGIN(detail)
2519

2620
#if !defined(PYPY_VERSION)

0 commit comments

Comments
 (0)