Delete unneeded include of pybind11/*.h (covered by pybind11/**/*.h)
diff --git a/pybind11.BUILD b/pybind11.BUILD index 61579b0..9259152 100644 --- a/pybind11.BUILD +++ b/pybind11.BUILD
@@ -19,7 +19,6 @@ }) INCLUDES = [ - "include/pybind11/*.h", "include/pybind11/**/*.h", ]