diff options
author | Carl Worth <cworth@cworth.org> | 2006-12-18 16:37:53 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2006-12-19 13:10:06 -0800 |
commit | def0e6d41d1a9108693db112f95d76bb6cfd0aaa (patch) | |
tree | 677dc199bbb71465cb2d1e09b93320dad670e3cf /src/cairo.c | |
parent | 13c143bb52cab62a7a857a38a8463a8fa56f4632 (diff) |
Rename cairo-path-data.c to cairo-path.c (and similar)
Diffstat (limited to 'src/cairo.c')
-rw-r--r-- | src/cairo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo.c b/src/cairo.c index 7546d7a2e..7d88bbdbe 100644 --- a/src/cairo.c +++ b/src/cairo.c @@ -40,7 +40,7 @@ #include "cairo-private.h" #include "cairo-arc-private.h" -#include "cairo-path-data-private.h" +#include "cairo-path-private.h" #define CAIRO_TOLERANCE_MINIMUM 0.0002 /* We're limited by 16 bits of sub-pixel precision */ |