diff options
-rw-r--r-- | mupdf/pdf_annot.c | 4 | ||||
-rw-r--r-- | mupdf/pdf_colorspace1.c | 4 | ||||
-rw-r--r-- | mupdf/pdf_font.c | 4 | ||||
-rw-r--r-- | mupdf/pdf_fontfilefc.c | 4 | ||||
-rw-r--r-- | mupdf/pdf_fontfilems.c | 4 | ||||
-rw-r--r-- | mupdf/pdf_interpret.c | 4 | ||||
-rw-r--r-- | mupdf/pdf_lex.c | 4 | ||||
-rw-r--r-- | mupdf/pdf_nametree.c | 4 | ||||
-rw-r--r-- | mupdf/pdf_outline.c | 4 | ||||
-rw-r--r-- | mupdf/pdf_shade.c | 4 | ||||
-rw-r--r-- | mupdf/pdf_shade1.c | 4 | ||||
-rw-r--r-- | mupdf/pdf_shade4.c | 4 | ||||
-rw-r--r-- | mupdf/pdf_unicode.c | 4 |
13 files changed, 26 insertions, 26 deletions
diff --git a/mupdf/pdf_annot.c b/mupdf/pdf_annot.c index 56826f8f..90b510ce 100644 --- a/mupdf/pdf_annot.c +++ b/mupdf/pdf_annot.c @@ -1,5 +1,5 @@ -#include <fitz.h> -#include <mupdf.h> +#include "fitz.h" +#include "mupdf.h" static fz_error * loadcomment(pdf_comment **commentp, pdf_xref *xref, fz_obj *dict) diff --git a/mupdf/pdf_colorspace1.c b/mupdf/pdf_colorspace1.c index 499dadd6..dc5f996d 100644 --- a/mupdf/pdf_colorspace1.c +++ b/mupdf/pdf_colorspace1.c @@ -1,5 +1,5 @@ -#include <fitz.h> -#include <mupdf.h> +#include "fitz.h" +#include "mupdf.h" #define noUSECAL diff --git a/mupdf/pdf_font.c b/mupdf/pdf_font.c index cedf86cb..2c1877ec 100644 --- a/mupdf/pdf_font.c +++ b/mupdf/pdf_font.c @@ -1,5 +1,5 @@ -#include <fitz.h> -#include <mupdf.h> +#include "fitz.h" +#include "mupdf.h" #define noHINT diff --git a/mupdf/pdf_fontfilefc.c b/mupdf/pdf_fontfilefc.c index 5104acad..904fbb9a 100644 --- a/mupdf/pdf_fontfilefc.c +++ b/mupdf/pdf_fontfilefc.c @@ -1,5 +1,5 @@ -#include <fitz.h> -#include <mupdf.h> +#include "fitz.h" +#include "mupdf.h" #ifdef WIN32 #error Compile "fontfilems.c" instead diff --git a/mupdf/pdf_fontfilems.c b/mupdf/pdf_fontfilems.c index 9cd5347b..24fa846d 100644 --- a/mupdf/pdf_fontfilems.c +++ b/mupdf/pdf_fontfilems.c @@ -1,5 +1,5 @@ -#include <fitz.h> -#include <mupdf.h> +#include "fitz.h" +#include "mupdf.h" #include <windows.h> diff --git a/mupdf/pdf_interpret.c b/mupdf/pdf_interpret.c index ed4c08eb..2db409ee 100644 --- a/mupdf/pdf_interpret.c +++ b/mupdf/pdf_interpret.c @@ -1,5 +1,5 @@ -#include <fitz.h> -#include <mupdf.h> +#include "fitz.h" +#include "mupdf.h" fz_error * pdf_newcsi(pdf_csi **csip, int maskonly) diff --git a/mupdf/pdf_lex.c b/mupdf/pdf_lex.c index 94faad99..7f486609 100644 --- a/mupdf/pdf_lex.c +++ b/mupdf/pdf_lex.c @@ -1,5 +1,5 @@ -#include <fitz.h> -#include <mupdf.h> +#include "fitz.h" +#include "mupdf.h" /* * pdf_lex will use fz_peekbyte and fz_readbyte. diff --git a/mupdf/pdf_nametree.c b/mupdf/pdf_nametree.c index 453b6e27..9ebb87b4 100644 --- a/mupdf/pdf_nametree.c +++ b/mupdf/pdf_nametree.c @@ -1,5 +1,5 @@ -#include <fitz.h> -#include <mupdf.h> +#include "fitz.h" +#include "mupdf.h" static fz_error * loadnametreenode(fz_obj *tree, pdf_xref *xref, fz_obj *node) diff --git a/mupdf/pdf_outline.c b/mupdf/pdf_outline.c index 270bc96b..f5a9af27 100644 --- a/mupdf/pdf_outline.c +++ b/mupdf/pdf_outline.c @@ -1,5 +1,5 @@ -#include <fitz.h> -#include <mupdf.h> +#include "fitz.h" +#include "mupdf.h" static fz_error * loadoutline(pdf_outline **nodep, pdf_xref *xref, fz_obj *dict) diff --git a/mupdf/pdf_shade.c b/mupdf/pdf_shade.c index 40a4a7bd..2bd1d99c 100644 --- a/mupdf/pdf_shade.c +++ b/mupdf/pdf_shade.c @@ -1,5 +1,5 @@ -#include <fitz.h> -#include <mupdf.h> +#include "fitz.h" +#include "mupdf.h" static fz_error * pdf_loadcompositeshadefunc(fz_shade *shade, pdf_xref *xref, fz_obj *shading, fz_obj *funcref, float t0, float t1) diff --git a/mupdf/pdf_shade1.c b/mupdf/pdf_shade1.c index 51879a33..563dfaf9 100644 --- a/mupdf/pdf_shade1.c +++ b/mupdf/pdf_shade1.c @@ -1,5 +1,5 @@ -#include <fitz.h> -#include <mupdf.h> +#include "fitz.h" +#include "mupdf.h" /* this mess is jeong's */ diff --git a/mupdf/pdf_shade4.c b/mupdf/pdf_shade4.c index 358d9a15..85c412e2 100644 --- a/mupdf/pdf_shade4.c +++ b/mupdf/pdf_shade4.c @@ -1,5 +1,5 @@ -#include <fitz.h> -#include <mupdf.h> +#include "fitz.h" +#include "mupdf.h" /* this mess is jeong's */ diff --git a/mupdf/pdf_unicode.c b/mupdf/pdf_unicode.c index e2fb2f5d..8c3a90a2 100644 --- a/mupdf/pdf_unicode.c +++ b/mupdf/pdf_unicode.c @@ -1,5 +1,5 @@ -#include <fitz.h> -#include <mupdf.h> +#include "fitz.h" +#include "mupdf.h" /* * ToUnicode map for fonts |