Skip to content

Commit cfac2a0

Browse files
committed
Remove unnecessary xaml includes.
1 parent 6a44537 commit cfac2a0

File tree

2 files changed

+0
-10
lines changed
  • vsix
    • ItemTemplates/ViewModel
    • ProjectTemplates/VC/Windows Universal/WindowsRuntimeComponent

2 files changed

+0
-10
lines changed

vsix/ItemTemplates/ViewModel/ViewModel.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
#include "$safeitemname$.g.cpp"
55
#endif
66

7-
using namespace winrt;
8-
using namespace Windows::UI::Xaml;
9-
107
namespace winrt::$rootnamespace$::implementation
118
{
129
int32_t $safeitemname$::MyProperty()

vsix/ProjectTemplates/VC/Windows Universal/WindowsRuntimeComponent/pch.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,3 @@
22
#include <unknwn.h>
33
#include <winrt/Windows.Foundation.h>
44
#include <winrt/Windows.Foundation.Collections.h>
5-
#include <winrt/Windows.UI.Xaml.h>
6-
#include <winrt/Windows.UI.Xaml.Controls.h>
7-
#include <winrt/Windows.UI.Xaml.Controls.Primitives.h>
8-
#include <winrt/Windows.UI.Xaml.Data.h>
9-
#include <winrt/Windows.UI.Xaml.Interop.h>
10-
#include <winrt/Windows.UI.Xaml.Markup.h>
11-
#include <winrt/Windows.UI.Xaml.Navigation.h>

0 commit comments

Comments
 (0)