 
					
				
		
 Q_man
		
			Q_man
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
I have adopted some of the SDK drivers in my local project code including a header file / typedef. I'm now facing the problem that the compiler includes all the headers from SDK source directory and I could not manage to change this.
behaviour:
- including from red is not wanted (SDK source)
- include from blue is wanted (my local header file)
Project Settings:
Thx
W.
 
					
				
		
 jiri_kral
		
			jiri_kral
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
For me works removing include paths from project properties. You need to remove it from C and assembly:
 
In this case - ....platform/drivers/inc path disappear from Include list:
Hope it helps.
Jiri
 
					
				
		
 Q_man
		
			Q_man
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Jiri,
thanks for your reply.
For me it does NOT work! I had already removed the pathes for C and assembly. I checked again, but for me it does not work. There must be some other source or setting for including theses files.
W.
Hello Wolfgang,
Could you please let know if you were able to resolve the issue and if so how can it be done.
thanks and best regards!!!
Satish Kumar
 
					
				
		
 Q_man
		
			Q_man
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Satish,
yes the problem is fixed!
Not sure what the original root cause was. Fixed by manual editing the .cproject file.
W.
