mirror of
https://github.com/microsoft/terminal.git
synced 2026-07-14 04:57:08 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user