From 46001072a4420085b8aa72fa03befa1092a3e9dc Mon Sep 17 00:00:00 2001 From: Tim King Date: Wed, 24 Feb 2016 00:19:12 -0800 Subject: Unifying the definitions of ClauseId to a single source of truth. --- src/proof/theory_proof.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/proof/theory_proof.cpp') diff --git a/src/proof/theory_proof.cpp b/src/proof/theory_proof.cpp index 6679cf896..6a77faab7 100644 --- a/src/proof/theory_proof.cpp +++ b/src/proof/theory_proof.cpp @@ -14,18 +14,18 @@ ** [[ Add lengthier description here ]] ** \todo document this file **/ +#include "proof/theory_proof.h" #include "base/cvc4_assert.h" #include "context/context.h" #include "options/bv_options.h" #include "proof/array_proof.h" #include "proof/bitvector_proof.h" -#include "proof/cnf_proof.h" +#include "proof/clause_id.h" #include "proof/cnf_proof.h" #include "proof/proof_manager.h" #include "proof/proof_utils.h" #include "proof/sat_proof.h" -#include "proof/theory_proof.h" #include "proof/uf_proof.h" #include "prop/sat_solver_types.h" #include "smt/smt_engine.h" -- cgit v1.2.3