diff options
Diffstat (limited to 'Tests/VSXaml/App.xaml.cpp')
-rw-r--r-- | Tests/VSXaml/App.xaml.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Tests/VSXaml/App.xaml.cpp b/Tests/VSXaml/App.xaml.cpp index 549b7ef..f9ae27e 100644 --- a/Tests/VSXaml/App.xaml.cpp +++ b/Tests/VSXaml/App.xaml.cpp @@ -3,9 +3,8 @@ // Implementation of the App class. // -#include "pch.h" - #include "MainPage.xaml.h" +#include "pch.h" using namespace VSXaml; |