From 065e5f7d905a8d8c6aa79e2b07d7d1c0e2b2d9a6 Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Tue, 16 Nov 2021 07:07:01 -0600 Subject: [PATCH] fix unit test build --- src/cascadia/LocalTests_SettingsModel/pch.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/cascadia/LocalTests_SettingsModel/pch.h b/src/cascadia/LocalTests_SettingsModel/pch.h index 01b4cdfe8..53f6145d2 100644 --- a/src/cascadia/LocalTests_SettingsModel/pch.h +++ b/src/cascadia/LocalTests_SettingsModel/pch.h @@ -61,9 +61,6 @@ Author(s): // Manually include til after we include Windows.Foundation to give it winrt superpowers #include "til.h" -#include -#include - // Common includes for most tests: #include "../../inc/argb.h" #include "../../inc/conattrs.hpp"