diff options
author | Robin Watts <robin.watts@artifex.com> | 2015-04-03 12:01:49 +0100 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2015-04-06 19:31:59 +0100 |
commit | 4c9611cb3d9f18322f8e77f8ba493799d77c0a0a (patch) | |
tree | d8b8fa3450ba94391d30ab61038ee97cfbabbc6d /platform/windows/mupdf_cpp/pch.h | |
parent | 1ed4656f99a09f38216d11275fe85bb75c0d635a (diff) | |
download | mupdf-4c9611cb3d9f18322f8e77f8ba493799d77c0a0a.tar.xz |
Remove gsview from mupdf repo.
It has its own repo now. See http://git.ghostscript.com/?p=gsview.git
Diffstat (limited to 'platform/windows/mupdf_cpp/pch.h')
-rw-r--r-- | platform/windows/mupdf_cpp/pch.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/platform/windows/mupdf_cpp/pch.h b/platform/windows/mupdf_cpp/pch.h deleted file mode 100644 index b23c6b70..00000000 --- a/platform/windows/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> |