Remove useless includes

This commit is contained in:
Ivan Stošić 2022-09-27 16:40:58 +02:00
parent 66402b5218
commit 2d4338f2bc

View File

@ -9,10 +9,6 @@
#pragma comment(lib, "shcore") // GetDpiForMonitor
#include <winrt/Windows.System.Threading.h>
#include <winrt/Windows.Foundation.Collections.h>
using namespace winrt;
using namespace Microsoft::UI;
using namespace Microsoft::UI::Xaml;