mirror of
https://github.com/Z3Prover/z3
synced 2025-10-06 07:53:59 +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
|
@ -17,21 +17,21 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#include "tab_context.h"
|
||||
#include "trail.h"
|
||||
#include "dl_rule_set.h"
|
||||
#include "dl_context.h"
|
||||
#include "dl_mk_rule_inliner.h"
|
||||
#include "smt_kernel.h"
|
||||
#include "qe_lite.h"
|
||||
#include "bool_rewriter.h"
|
||||
#include "th_rewriter.h"
|
||||
#include "datatype_decl_plugin.h"
|
||||
#include "for_each_expr.h"
|
||||
#include "matcher.h"
|
||||
#include "scoped_proof.h"
|
||||
#include "muz/tab/tab_context.h"
|
||||
#include "util/trail.h"
|
||||
#include "muz/base/dl_rule_set.h"
|
||||
#include "muz/base/dl_context.h"
|
||||
#include "muz/transforms/dl_mk_rule_inliner.h"
|
||||
#include "smt/smt_kernel.h"
|
||||
#include "qe/qe_lite.h"
|
||||
#include "ast/rewriter/bool_rewriter.h"
|
||||
#include "ast/rewriter/th_rewriter.h"
|
||||
#include "ast/datatype_decl_plugin.h"
|
||||
#include "ast/for_each_expr.h"
|
||||
#include "ast/substitution/matcher.h"
|
||||
#include "ast/scoped_proof.h"
|
||||
#include "fixedpoint_params.hpp"
|
||||
#include "ast_util.h"
|
||||
#include "ast/ast_util.h"
|
||||
|
||||
namespace tb {
|
||||
|
||||
|
|
|
@ -19,10 +19,10 @@ Revision History:
|
|||
#ifndef TAB_CONTEXT_H_
|
||||
#define TAB_CONTEXT_H_
|
||||
|
||||
#include "ast.h"
|
||||
#include "lbool.h"
|
||||
#include "statistics.h"
|
||||
#include "dl_engine_base.h"
|
||||
#include "ast/ast.h"
|
||||
#include "util/lbool.h"
|
||||
#include "util/statistics.h"
|
||||
#include "muz/base/dl_engine_base.h"
|
||||
|
||||
namespace datalog {
|
||||
class context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue