From d55162d649a12d62a1d1c738d99ca9dee7de575d Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Fri, 2 Mar 2012 14:13:05 +0000 Subject: Split fitz.h/mupdf.h into internal/external headers. Attempt to separate public API from internal functions. --- xps/xps_xml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xps/xps_xml.c') 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 -- cgit v1.2.3