summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/path.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-06-17 22:27:14 +0200
committerTor Andersson <tor.andersson@artifex.com>2013-06-18 17:37:13 +0200
commitf35d1117b7d62c885586d43fc934e296d09b4380 (patch)
tree8131b758e6da58db4414ac0b8cdf009d6455904a /include/mupdf/fitz/path.h
parent19126babc37ac8243de60b3ca388bb5102661274 (diff)
downloadmupdf-f35d1117b7d62c885586d43fc934e296d09b4380.tar.xz
Add explicit #include for header file interdependencies.
Diffstat (limited to 'include/mupdf/fitz/path.h')
-rw-r--r--include/mupdf/fitz/path.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/mupdf/fitz/path.h b/include/mupdf/fitz/path.h
index c06d69d2..b2bc67ce 100644
--- a/include/mupdf/fitz/path.h
+++ b/include/mupdf/fitz/path.h
@@ -1,6 +1,10 @@
#ifndef MUPDF_FITZ_PATH_H
#define MUPDF_FITZ_PATH_H
+#include "mupdf/fitz/system.h"
+#include "mupdf/fitz/context.h"
+#include "mupdf/fitz/math.h"
+
/*
* Vector path buffer.
* It can be stroked and dashed, or be filled.