Replace escape sequences with path separators in include paths
This commit is contained in:
committed by
Daniel Belcher
parent
84941c698e
commit
0166daf5c7
@@ -3,8 +3,8 @@
|
||||
|
||||
#include "pch.h"
|
||||
#include "CopyPasteManager.h"
|
||||
#include "Common\TraceLogger.h"
|
||||
#include "Common\LocalizationSettings.h"
|
||||
#include "Common/TraceLogger.h"
|
||||
#include "Common/LocalizationSettings.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace concurrency;
|
||||
|
@@ -3,7 +3,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CalcManager\CalculatorResource.h"
|
||||
#include "CalcManager/CalculatorResource.h"
|
||||
|
||||
namespace CalculatorApp
|
||||
{
|
||||
|
@@ -2,7 +2,7 @@
|
||||
// Licensed under the MIT License.
|
||||
|
||||
#include "pch.h"
|
||||
#include "Common\ExpressionCommandSerializer.h"
|
||||
#include "Common/ExpressionCommandSerializer.h"
|
||||
|
||||
using namespace CalculatorApp::Common;
|
||||
using namespace Windows::Storage::Streams;
|
||||
|
@@ -4,7 +4,7 @@
|
||||
#include "pch.h"
|
||||
#include "NavCategory.h"
|
||||
#include "AppResourceProvider.h"
|
||||
#include "Common\LocalizationStringUtil.h"
|
||||
#include "Common/LocalizationStringUtil.h"
|
||||
|
||||
using namespace CalculatorApp;
|
||||
using namespace CalculatorApp::Common;
|
||||
|
@@ -7,9 +7,9 @@
|
||||
|
||||
#include "pch.h"
|
||||
#include "Utils.h"
|
||||
#include "Common\AppResourceProvider.h"
|
||||
#include "Common\ExpressionCommandSerializer.h"
|
||||
#include "Common\ExpressionCommandDeserializer.h"
|
||||
#include "Common/AppResourceProvider.h"
|
||||
#include "Common/ExpressionCommandSerializer.h"
|
||||
#include "Common/ExpressionCommandDeserializer.h"
|
||||
#include "ViewState.h"
|
||||
|
||||
using namespace CalculatorApp;
|
||||
|
Reference in New Issue
Block a user