Skip to content

Commit

Permalink
Change // IWYU pragma: private, include ".../smart_holder.h" to `py…
Browse files Browse the repository at this point in the history
…bind11.h`
  • Loading branch information
Ralf W. Grosse-Kunstleve committed Aug 10, 2024
1 parent 95ccdff commit 7e8dd7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/pybind11/detail/dynamic_raw_ptr_cast_if_possible.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

// IWYU pragma: private, include "third_party/pybind11/include/pybind11/smart_holder.h"
// IWYU pragma: private, include "third_party/pybind11/include/pybind11/pybind11.h"

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion include/pybind11/detail/smart_holder_poc.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

// IWYU pragma: private, include "third_party/pybind11/include/pybind11/smart_holder.h"
// IWYU pragma: private, include "third_party/pybind11/include/pybind11/pybind11.h"

/* Proof-of-Concept for smart pointer interoperability.
Expand Down

0 comments on commit 7e8dd7d

Please sign in to comment.