Replace escape sequences with path separators in include paths
This commit is contained in:
committed by
Daniel Belcher
parent
84941c698e
commit
0166daf5c7
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "pch.h"
|
||||
#include "AppLifecycleLogger.h"
|
||||
#include "CalcViewModel\Common\TraceActivity.h"
|
||||
#include "CalcViewModel/Common/TraceActivity.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace winrt;
|
||||
|
@@ -3,8 +3,8 @@
|
||||
|
||||
#include "pch.h"
|
||||
#include "TitleBarHelper.h"
|
||||
#include "Converters\BooleanToVisibilityConverter.h"
|
||||
#include "CalcViewModel\ViewState.h"
|
||||
#include "Converters/BooleanToVisibilityConverter.h"
|
||||
#include "CalcViewModel/ViewState.h"
|
||||
|
||||
using namespace CalculatorApp::Common;
|
||||
using namespace CalculatorApp::Converters;
|
||||
|
Reference in New Issue
Block a user