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

@@ -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