Tests: Stabilize include order in MFC, VSXaml, and VSWinStorePhone

These tests use a precompiled header that must be included first.
Include the header in an isolated block so that tools that sort
includes do not move it.
This commit is contained in:
Brad King
2016-04-29 09:07:46 -04:00
parent eda313b485
commit eb817be034
11 changed files with 13 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@
//
#include "stdafx.h"
#include "mfc1.h"
#include "mfc1Doc.h"