summaryrefslogtreecommitdiff
path: root/src/cairo-path-fill.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-03-23 13:50:51 +0000
committerCarl Worth <cworth@cworth.org>2005-03-23 13:50:51 +0000
commitcb5bbd0aa75ad55a7f0f61c718c32f9b9f5af45e (patch)
tree49b06c98bcbf1b7d1c5dedaa760a142f2678981d /src/cairo-path-fill.c
parent9bb171515986fa26dd12ae19e684db847a614960 (diff)
downloadcairo-cb5bbd0aa75ad55a7f0f61c718c32f9b9f5af45e.tar.gz
Begin the process of breaking up cairoint.h, moving structure definitions of cairo_t, cairo_gstate_t, and cairo_path_real_t into their own header files.
Track changes to header files, reaching into the new private headers where necessary.
Diffstat (limited to 'src/cairo-path-fill.c')
-rw-r--r--src/cairo-path-fill.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cairo-path-fill.c b/src/cairo-path-fill.c
index 26a5af636..9cb3903d7 100644
--- a/src/cairo-path-fill.c
+++ b/src/cairo-path-fill.c
@@ -36,6 +36,9 @@
#include "cairoint.h"
+#include "cairo-path-fixed-private.h"
+#include "cairo-gstate-private.h"
+
typedef struct cairo_filler {
cairo_gstate_t *gstate;
cairo_traps_t *traps;