diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2012-03-13 12:40:09 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2012-03-13 12:54:51 +0100 |
commit | 9cbfb766564d0e80d259e3e0a919d72a75bbb6ee (patch) | |
tree | b414efb4a9e5a286664270d9f98ad0c8d8467eda /xps/xps_xml.c | |
parent | 1f766b618e418b5a4d4e146506b75c89b6c416fb (diff) | |
download | mupdf-9cbfb766564d0e80d259e3e0a919d72a75bbb6ee.tar.xz |
Split XPS header. Update Makefile dependencies. Add pixmap w/h accessors.
Diffstat (limited to 'xps/xps_xml.c')
-rw-r--r-- | xps/xps_xml.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xps/xps_xml.c b/xps/xps_xml.c index aee1568e..e2e958c8 100644 --- a/xps/xps_xml.c +++ b/xps/xps_xml.c @@ -1,5 +1,4 @@ -#include "fitz-internal.h" -#include "muxps.h" +#include "muxps-internal.h" struct attribute { |