summaryrefslogtreecommitdiff
path: root/src/cairo-path-fill.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-03-23 14:17:40 +0000
committerCarl Worth <cworth@cworth.org>2005-03-23 14:17:40 +0000
commit5170c1f4d2e554ad03450513046ff8c27150f6ee (patch)
treed533f6eda7ccce18ba97fe4f94c20adae2d33a5f /src/cairo-path-fill.c
parent9bcfb831fa6355b61700b2c5f466711296971a07 (diff)
downloadcairo-5170c1f4d2e554ad03450513046ff8c27150f6ee.tar.gz
Remove unneeded includes of cairo-path-fixed-private.h.
Fix indentation.
Diffstat (limited to 'src/cairo-path-fill.c')
-rw-r--r--src/cairo-path-fill.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cairo-path-fill.c b/src/cairo-path-fill.c
index 3d4f7a9cd..c0015fc96 100644
--- a/src/cairo-path-fill.c
+++ b/src/cairo-path-fill.c
@@ -36,7 +36,6 @@
#include "cairoint.h"
-#include "cairo-path-fixed-private.h"
#include "cairo-gstate-private.h"
typedef struct cairo_filler {