3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-09 00:35:47 +00:00
z3/src/smt/theory_arith_def.h
Nikolaj Bjorner 4bc044c982 update header guards to be C++ style. Fixes issue #9
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2015-07-08 23:18:40 -07:00

32 lines
509 B
C

/*++
Copyright (c) 2006 Microsoft Corporation
Module Name:
theory_arith_def.h
Abstract:
<abstract>
Author:
Leonardo de Moura (leonardo) 2008-04-22.
Revision History:
--*/
#ifndef THEORY_ARITH_DEF_H_
#define THEORY_ARITH_DEF_H_
#include"theory_arith.h"
#include"theory_arith_core.h"
#include"theory_arith_aux.h"
#include"theory_arith_inv.h"
#include"theory_arith_pp.h"
#include"theory_arith_int.h"
#include"theory_arith_eq.h"
#include"theory_arith_nl.h"
#endif /* THEORY_ARITH_DEF_H_ */