mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +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
				
			
		| 
						 | 
				
			
			@ -20,12 +20,12 @@ Revision History:
 | 
			
		|||
--*/
 | 
			
		||||
#ifndef REL_CONTEXT_H_
 | 
			
		||||
#define REL_CONTEXT_H_
 | 
			
		||||
#include "ast.h"
 | 
			
		||||
#include "dl_relation_manager.h"
 | 
			
		||||
#include "dl_instruction.h"
 | 
			
		||||
#include "dl_engine_base.h"
 | 
			
		||||
#include "dl_context.h"
 | 
			
		||||
#include "lbool.h"
 | 
			
		||||
#include "ast/ast.h"
 | 
			
		||||
#include "muz/rel/dl_relation_manager.h"
 | 
			
		||||
#include "muz/rel/dl_instruction.h"
 | 
			
		||||
#include "muz/base/dl_engine_base.h"
 | 
			
		||||
#include "muz/base/dl_context.h"
 | 
			
		||||
#include "util/lbool.h"
 | 
			
		||||
 | 
			
		||||
namespace datalog {
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue