From cfac2a015755a78b2b46f1b449075bd7061e7cda Mon Sep 17 00:00:00 2001 From: Johan Laanstra Date: Sun, 27 Oct 2019 15:13:55 -0700 Subject: [PATCH] Remove unnecessary xaml includes. --- vsix/ItemTemplates/ViewModel/ViewModel.cpp | 3 --- .../VC/Windows Universal/WindowsRuntimeComponent/pch.h | 7 ------- 2 files changed, 10 deletions(-) diff --git a/vsix/ItemTemplates/ViewModel/ViewModel.cpp b/vsix/ItemTemplates/ViewModel/ViewModel.cpp index 2b135550..af07f03d 100644 --- a/vsix/ItemTemplates/ViewModel/ViewModel.cpp +++ b/vsix/ItemTemplates/ViewModel/ViewModel.cpp @@ -4,9 +4,6 @@ #include "$safeitemname$.g.cpp" #endif -using namespace winrt; -using namespace Windows::UI::Xaml; - namespace winrt::$rootnamespace$::implementation { int32_t $safeitemname$::MyProperty() diff --git a/vsix/ProjectTemplates/VC/Windows Universal/WindowsRuntimeComponent/pch.h b/vsix/ProjectTemplates/VC/Windows Universal/WindowsRuntimeComponent/pch.h index e3b8b981..21199686 100644 --- a/vsix/ProjectTemplates/VC/Windows Universal/WindowsRuntimeComponent/pch.h +++ b/vsix/ProjectTemplates/VC/Windows Universal/WindowsRuntimeComponent/pch.h @@ -2,10 +2,3 @@ #include #include #include -#include -#include -#include -#include -#include -#include -#include