mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
more fixes for mutexes in shell
This commit is contained in:
parent
e603bc1ea1
commit
1827f98851
9 changed files with 25 additions and 63 deletions
|
@ -19,10 +19,6 @@ Revision History:
|
|||
#ifndef DL_CONTEXT_H_
|
||||
#define DL_CONTEXT_H_
|
||||
|
||||
#ifdef _CYGWIN
|
||||
#undef min
|
||||
#undef max
|
||||
#endif
|
||||
#include "ast/arith_decl_plugin.h"
|
||||
#include "util/map.h"
|
||||
#include "ast/rewriter/th_rewriter.h"
|
||||
|
|
|
@ -23,10 +23,6 @@ Notes:
|
|||
#ifndef _SPACER_CONTEXT_H_
|
||||
#define _SPACER_CONTEXT_H_
|
||||
|
||||
#ifdef _CYGWIN
|
||||
#undef min
|
||||
#undef max
|
||||
#endif
|
||||
#include <queue>
|
||||
#include "util/scoped_ptr_vector.h"
|
||||
#include "muz/spacer/spacer_manager.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue