mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
move windows dependencies down
This commit is contained in:
parent
16bc5b8432
commit
397bf2dec6
|
@ -20,9 +20,6 @@ Revision History:
|
|||
#include <sstream>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#ifdef _WINDOWS
|
||||
#include <windows.h>
|
||||
#endif
|
||||
#include "ast/ast_pp.h"
|
||||
#include "ast/rewriter/bool_rewriter.h"
|
||||
#include "ast/for_each_expr.h"
|
||||
|
@ -31,6 +28,10 @@ Revision History:
|
|||
#include "muz/base/dl_rule.h"
|
||||
#include "muz/base/dl_util.h"
|
||||
#include "util/stopwatch.h"
|
||||
#ifdef _WINDOWS
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#ifndef __STDC_FORMAT_MACROS
|
||||
#define __STDC_FORMAT_MACROS
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue