diff options
author | Robin Watts <robin.watts@artifex.com> | 2012-03-02 14:13:05 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2012-03-06 21:34:51 +0000 |
commit | d55162d649a12d62a1d1c738d99ca9dee7de575d (patch) | |
tree | 56b2de5557048a0601a8d9514cae76f018f8863f /xps/xps_xml.c | |
parent | a14bb1748d3827e542fbff47488f67e0dfa3b15d (diff) | |
download | mupdf-d55162d649a12d62a1d1c738d99ca9dee7de575d.tar.xz |
Split fitz.h/mupdf.h into internal/external headers.
Attempt to separate public API from internal functions.
Diffstat (limited to 'xps/xps_xml.c')
-rw-r--r-- | xps/xps_xml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xps/xps_xml.c b/xps/xps_xml.c index 15c510a6..b6f3eea3 100644 --- a/xps/xps_xml.c +++ b/xps/xps_xml.c @@ -1,4 +1,4 @@ -#include "fitz.h" +#include "fitz-internal.h" #include "muxps.h" struct attribute |