summaryrefslogtreecommitdiff
path: root/src/theory/shared_solver_distributed.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/shared_solver_distributed.h')
-rw-r--r--src/theory/shared_solver_distributed.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/shared_solver_distributed.h b/src/theory/shared_solver_distributed.h
index 49e4974ca..8589f7c43 100644
--- a/src/theory/shared_solver_distributed.h
+++ b/src/theory/shared_solver_distributed.h
@@ -14,8 +14,8 @@
#include "cvc4_private.h"
-#ifndef CVC4__THEORY__SHARED_SOLVER_DISTRIBUTED__H
-#define CVC4__THEORY__SHARED_SOLVER_DISTRIBUTED__H
+#ifndef CVC5__THEORY__SHARED_SOLVER_DISTRIBUTED__H
+#define CVC5__THEORY__SHARED_SOLVER_DISTRIBUTED__H
#include "expr/node.h"
#include "theory/shared_solver.h"
@@ -61,4 +61,4 @@ class SharedSolverDistributed : public SharedSolver
} // namespace theory
} // namespace cvc5
-#endif /* CVC4__THEORY__SHARED_SOLVER_DISTRIBUTED__H */
+#endif /* CVC5__THEORY__SHARED_SOLVER_DISTRIBUTED__H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback