From 8856f8521a42872a95579666b24ecfb65c5a20a1 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 17 Jun 2013 16:34:58 +0200 Subject: Merge common and internal headers into one. --- winrt/mupdfwinrt/Cache.h | 5 +---- winrt/mupdfwinrt/muctx.h | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'winrt') diff --git a/winrt/mupdfwinrt/Cache.h b/winrt/mupdfwinrt/Cache.h index f8dd8ecb..0763dba4 100644 --- a/winrt/mupdfwinrt/Cache.h +++ b/winrt/mupdfwinrt/Cache.h @@ -2,10 +2,7 @@ #include extern "C" { - #include "fitz.h" - #include "fitz-internal.h" - #include "muxps.h" - #include "mupdf.h" + #include "mupdf/fitz.h" } #define MAX_DISPLAY_CACHE_SIZE 3 diff --git a/winrt/mupdfwinrt/muctx.h b/winrt/mupdfwinrt/muctx.h index 7c984b91..35070372 100644 --- a/winrt/mupdfwinrt/muctx.h +++ b/winrt/mupdfwinrt/muctx.h @@ -9,10 +9,7 @@ #include "Cache.h" extern "C" { - #include "fitz.h" - #include "fitz-internal.h" - #include "muxps.h" - #include "mupdf.h" + #include "mupdf/fitz.h" } typedef enum { -- cgit v1.2.3