summaryrefslogtreecommitdiff
path: root/platform/winrt/mupdf_cpp/pch.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/winrt/mupdf_cpp/pch.h')
-rw-r--r--platform/winrt/mupdf_cpp/pch.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/platform/winrt/mupdf_cpp/pch.h b/platform/winrt/mupdf_cpp/pch.h
deleted file mode 100644
index b23c6b70..00000000
--- a/platform/winrt/mupdf_cpp/pch.h
+++ /dev/null
@@ -1,18 +0,0 @@
-//
-// pch.h
-// Header for standard system include files.
-//
-
-#pragma once
-
-#include <collection.h>
-#include "App.xaml.h"
-/* DirectX requirements */
-#include <wrl.h>
-#include <wrl\client.h>
-#include <dxgi.h>
-#include <dxgi1_2.h>
-#include <D2d1_1.h>
-#include <D3D11.h>
-#include <PrintPreview.h>
-#include <Wincodec.h>