Remove include for older pybind compatibility

This commit is contained in:
Jason Rhinelander 2021-12-02 15:39:54 -04:00
parent 59e86ab6b6
commit a678fcf0ce
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@
#include <pybind11/attr.h>
#include <pybind11/chrono.h>
#include <pybind11/functional.h>
#include <pybind11/gil.h>
#include <pybind11/operators.h>
#include <pybind11/pybind11.h>
#include <pybind11/pytypes.h>