summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/path.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-01-13 13:20:59 +0100
committerTor Andersson <tor.andersson@artifex.com>2017-01-17 20:14:38 +0100
commit8577a7cf12ccdb258b773a03471663952fd12a4c (patch)
treedcc5d8e6a38c9dcc79a32dafbe4bc78bbe87b8eb /include/mupdf/fitz/path.h
parenteee26d32f6f9eb4f1e815e3b43c959666edb6ed1 (diff)
downloadmupdf-8577a7cf12ccdb258b773a03471663952fd12a4c.tar.xz
Fix 697476: Rename header files.
Xcode has an idiotic default configuration where it gets confused by include search paths and file names in projects, so that it will load our "mupdf/fitz/math.h" instead of the system <math.h>. Work around this by renaming header files that have the same base name as a system header (even though they live in a subdirectory, and should never be available directly on the compiler's include path).
Diffstat (limited to 'include/mupdf/fitz/path.h')
-rw-r--r--include/mupdf/fitz/path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/fitz/path.h b/include/mupdf/fitz/path.h
index 59cd900d..da8b2801 100644
--- a/include/mupdf/fitz/path.h
+++ b/include/mupdf/fitz/path.h
@@ -3,7 +3,7 @@
#include "mupdf/fitz/system.h"
#include "mupdf/fitz/context.h"
-#include "mupdf/fitz/math.h"
+#include "mupdf/fitz/geometry.h"
/*
* Vector path buffer.