Replace escape sequences with path separators in include paths
This commit is contained in:
		
				
					committed by
					
						 Daniel Belcher
						Daniel Belcher
					
				
			
			
				
	
			
			
			
						parent
						
							84941c698e
						
					
				
				
					commit
					0166daf5c7
				
			| @@ -8,11 +8,11 @@ | ||||
|  | ||||
| #pragma once | ||||
|  | ||||
| #include "Views\SupplementaryResults.g.h" | ||||
| #include "Controls\SupplementaryItemsControl.h" | ||||
| #include "Controls\OperandTextBox.h" | ||||
| #include "Controls\OperatorTextBox.h" | ||||
| #include "CalcViewModel\UnitConverterViewModel.h" | ||||
| #include "Views/SupplementaryResults.g.h" | ||||
| #include "Controls/SupplementaryItemsControl.h" | ||||
| #include "Controls/OperandTextBox.h" | ||||
| #include "Controls/OperatorTextBox.h" | ||||
| #include "CalcViewModel/UnitConverterViewModel.h" | ||||
|  | ||||
| namespace CalculatorApp | ||||
| { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user