mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +00:00
make include paths uniformly use path relative to src. #534
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
71d80ab47f
commit
b19f94ae5b
1370 changed files with 5964 additions and 5901 deletions
|
@ -20,24 +20,24 @@ Revision History:
|
|||
#ifndef THEORY_ARITH_H_
|
||||
#define THEORY_ARITH_H_
|
||||
|
||||
#include"smt_theory.h"
|
||||
#include"map.h"
|
||||
#include"heap.h"
|
||||
#include"nat_set.h"
|
||||
#include"inf_rational.h"
|
||||
#include"s_integer.h"
|
||||
#include"inf_s_integer.h"
|
||||
#include"arith_decl_plugin.h"
|
||||
#include"theory_arith_params.h"
|
||||
#include"arith_eq_adapter.h"
|
||||
#include"numeral_factory.h"
|
||||
#include"obj_pair_hashtable.h"
|
||||
#include"old_interval.h"
|
||||
#include"grobner.h"
|
||||
#include"arith_simplifier_plugin.h"
|
||||
#include"arith_eq_solver.h"
|
||||
#include"theory_opt.h"
|
||||
#include"uint_set.h"
|
||||
#include "smt/smt_theory.h"
|
||||
#include "util/map.h"
|
||||
#include "util/heap.h"
|
||||
#include "util/nat_set.h"
|
||||
#include "util/inf_rational.h"
|
||||
#include "util/s_integer.h"
|
||||
#include "util/inf_s_integer.h"
|
||||
#include "ast/arith_decl_plugin.h"
|
||||
#include "smt/params/theory_arith_params.h"
|
||||
#include "smt/arith_eq_adapter.h"
|
||||
#include "smt/proto_model/numeral_factory.h"
|
||||
#include "util/obj_pair_hashtable.h"
|
||||
#include "smt/old_interval.h"
|
||||
#include "math/grobner/grobner.h"
|
||||
#include "ast/simplifier/arith_simplifier_plugin.h"
|
||||
#include "smt/arith_eq_solver.h"
|
||||
#include "smt/theory_opt.h"
|
||||
#include "util/uint_set.h"
|
||||
|
||||
namespace smt {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue