mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-11 04:38:24 -06:00
There was a mistake in #8602, this change fixes that. (`using` and `include` moved to cpp file)
This commit is contained in:
parent
9047bbbafb
commit
a90289548f
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user