Replace escape sequences with path separators in include paths
This commit is contained in:
committed by
Daniel Belcher
parent
84941c698e
commit
0166daf5c7
@@ -6,7 +6,7 @@
|
||||
#include "pch.h"
|
||||
#include "CurrencyHttpClient.h"
|
||||
|
||||
#include "CalcViewModel\Common\NetworkManager.h"
|
||||
#include "CalcViewModel/Common/NetworkManager.h"
|
||||
|
||||
using namespace CalculatorApp::DataLoaders;
|
||||
using namespace Platform;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CalcViewModel\DataLoaders\ICurrencyHttpClient.h"
|
||||
#include "CalcViewModel/DataLoaders/ICurrencyHttpClient.h"
|
||||
|
||||
namespace CalculatorApp
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user