Change backslashes in include statements to forward slashes (#8205)

Many include statements use forward slashes, while others use backwards
slashes. This is inconsistent formatting. For this reason, I changed the
backward slashes to forward slashes since that is the standard.
This commit is contained in:
N
2020-11-25 16:02:10 -05:00
committed by GitHub
parent 274f5a74f5
commit d09fdd61cb
197 changed files with 369 additions and 368 deletions

View File

@@ -5,8 +5,8 @@
#include "ProcessHandle.h"
#include "..\host\globals.h"
#include "..\host\telemetry.hpp"
#include "../host/globals.h"
#include "../host/telemetry.hpp"
// Routine Description:
// - Constructs an instance of the ConsoleProcessHandle Class