Skip to content

Commit 5ebbac8

Browse files
committed
Remove extra includes in py_bindings/py_util
Remove extra "pybind11/functional.h" and other includes in py_bindings/py_util/{get_py_type,opt_to_py,py_to_any}.cpp
1 parent 685ea1b commit 5ebbac8

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

src/python_bindings/py_util/get_py_type.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
#include "get_py_type.h"
22

33
#include <functional>
4-
#include <pytypedefs.h>
54
#include <typeinfo>
65
#include <unordered_map>
76
#include <vector>
87

98
#include <Python.h>
109
#include <pybind11/pytypes.h>
1110
#include <pybind11/stl/filesystem.h>
12-
#include <pybind11/typing.h>
1311

1412
#include "algorithms/cfd/enums.h"
1513
#include "algorithms/dd/dd.h"

src/python_bindings/py_util/opt_to_py.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#include <typeinfo>
55
#include <unordered_map>
66

7-
#include <pybind11/functional.h>
87
#include <pybind11/stl.h>
98

109
#include "algorithms/dd/dd.h"

src/python_bindings/py_util/py_to_any.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
#include <boost/any.hpp>
55
#include <easylogging++.h>
6-
#include <pybind11/functional.h>
76
#include <pybind11/pybind11.h>
87
#include <pybind11/stl.h>
98
#include <pybind11/stl/filesystem.h>

0 commit comments

Comments
 (0)