Skip to content

Commit cb91b12

Browse files
committed
Revert "fixup! Mark includes that include-what-you-use spuriously suggests to remove"
This reverts commit 18d7528dac185f8c572ee1004458ac80b8c62efa.
1 parent 08a47e5 commit cb91b12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/solvers/sat/satcheck_minisat2.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Author: Daniel Kroening, [email protected]
2323

2424
namespace Minisat // NOLINT(readability/namespace)
2525
{
26-
class Solver; // NOLINT(readability/identifiers), IWYU pragma: keep
27-
class SimpSolver; // NOLINT(readability/identifiers), IWYU pragma: keep
26+
class Solver; // NOLINT(readability/identifiers)
27+
class SimpSolver; // NOLINT(readability/identifiers)
2828
}
2929

3030
template <typename T>

0 commit comments

Comments
 (0)