mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 19:52:29 +00:00 
			
		
		
		
	move windows dependencies down
This commit is contained in:
		
							parent
							
								
									16bc5b8432
								
							
						
					
					
						commit
						397bf2dec6
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		|  | @ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue