Quickly fix a mistake in #8602 (#9078)

There was a mistake in #8602, this change fixes that.
(`using` and `include` moved to cpp file)
This commit is contained in:
PankajBhojwani 2021-02-08 17:07:11 -08:00 committed by GitHub
parent 9047bbbafb
commit a90289548f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -3,11 +3,13 @@
#include "pch.h"
#include "TerminalSettings.h"
#include "../../types/inc/colorTable.hpp"
#include "TerminalSettings.g.cpp"
using namespace winrt::Microsoft::Terminal::TerminalControl;
using namespace winrt::Microsoft::Terminal::Settings::Model;
using namespace Microsoft::Console::Utils;
namespace winrt::TerminalApp::implementation
{

View File

@ -17,12 +17,9 @@ Author(s):
#include "TerminalSettings.g.h"
#include "../TerminalSettingsModel/IInheritable.h"
#include "../inc/cppwinrt_utils.h"
#include "../../types/inc/colorTable.hpp"
#include <DefaultSettings.h>
#include <conattrs.hpp>
using namespace Microsoft::Console::Utils;
// fwdecl unittest classes
namespace TerminalAppLocalTests
{