summaryrefslogtreecommitdiff
path: root/platform/winrt/mupdf_cpp/pch.h
diff options
context:
space:
mode:
authorMichael Vrhel <michael.vrhel@artifex.com>2014-09-09 16:31:31 -0700
committerMichael Vrhel <michael.vrhel@artifex.com>2014-09-09 16:39:41 -0700
commit7ea99e3a8951e265d1437a77dcfee069de0edf76 (patch)
tree8e113fea67931064e2a9338d67b26aaabab27512 /platform/winrt/mupdf_cpp/pch.h
parent8a9519f2183b64fe220bcb1f6acedbe6acc190cd (diff)
downloadmupdf-7ea99e3a8951e265d1437a77dcfee069de0edf76.tar.xz
Rename of winrt to windows due to presence on gsview in this folder.
The contents of this folder will contain both winrt and gsview projects which are shared in a common visual studio 2013 solution.
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>