summaryrefslogtreecommitdiff
path: root/src/theory/rewriter.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-05-27 16:28:58 -0500
committerGitHub <noreply@github.com>2021-05-27 21:28:58 +0000
commit8b3de13131d24bf400ba5f36fc234008d950f345 (patch)
tree0de3a60dcdad716cede78b8fe024996690399a2f /src/theory/rewriter.h
parentb9062490a7590708bcf158d4670a23d859fe3355 (diff)
Update proof namespaces (#6614)
This removes namespace theory from proof utilities, and moves MethodId to its own file in src/proof/.
Diffstat (limited to 'src/theory/rewriter.h')
-rw-r--r--src/theory/rewriter.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/theory/rewriter.h b/src/theory/rewriter.h
index 1fc685992..3201bb2c8 100644
--- a/src/theory/rewriter.h
+++ b/src/theory/rewriter.h
@@ -24,11 +24,10 @@ namespace cvc5 {
class TConvProofGenerator;
class ProofNodeManager;
+class TrustNode;
namespace theory {
-class TrustNode;
-
namespace builtin {
class BuiltinProofRuleChecker;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback