mirror of
https://github.com/microsoft/terminal.git
synced 2026-04-22 06:01:27 +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:
@@ -7,8 +7,8 @@
|
||||
|
||||
#include "output.h"
|
||||
#include "handle.h"
|
||||
#include "..\interactivity\inc\ServiceLocator.hpp"
|
||||
#include "..\terminal\adapter\DispatchCommon.hpp"
|
||||
#include "../interactivity/inc/ServiceLocator.hpp"
|
||||
#include "../terminal/adapter/DispatchCommon.hpp"
|
||||
|
||||
#define PTY_SIGNAL_RESIZE_WINDOW 8u
|
||||
|
||||
|
||||
Reference in New Issue
Block a user