diff options
Diffstat (limited to 'Tests/VSXaml')
-rw-r--r-- | Tests/VSXaml/App.xaml.cpp | 3 | ||||
-rw-r--r-- | Tests/VSXaml/MainPage.xaml.cpp | 4 |
2 files changed, 3 insertions, 4 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; diff --git a/Tests/VSXaml/MainPage.xaml.cpp b/Tests/VSXaml/MainPage.xaml.cpp index 51da237..f372772 100644 --- a/Tests/VSXaml/MainPage.xaml.cpp +++ b/Tests/VSXaml/MainPage.xaml.cpp @@ -3,10 +3,10 @@ // Implementation of the MainPage class. // -#include "pch.h" - #include "MainPage.xaml.h" +#include "pch.h" + using namespace VSXaml; using namespace Platform; |