diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2013-06-17 16:34:58 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2013-06-18 17:37:13 +0200 |
commit | 8856f8521a42872a95579666b24ecfb65c5a20a1 (patch) | |
tree | eab5136996379f77d52699c25f8855ea36d06cc2 /xps/xps_outline.c | |
parent | 03e5755b93e90cc4c09daad4c79b6016bf4ce43c (diff) | |
download | mupdf-8856f8521a42872a95579666b24ecfb65c5a20a1.tar.xz |
Merge common and internal headers into one.
Diffstat (limited to 'xps/xps_outline.c')
-rw-r--r-- | xps/xps_outline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xps/xps_outline.c b/xps/xps_outline.c index 608e66f5..bb5eccb0 100644 --- a/xps/xps_outline.c +++ b/xps/xps_outline.c @@ -1,4 +1,4 @@ -#include "mupdf/xps-internal.h" +#include "mupdf/xps.h" /* * Parse the document structure / outline parts referenced from fixdoc relationships. |