diff options
author | Carl Worth <cworth@cworth.org> | 2007-08-23 16:13:04 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2007-08-23 16:13:04 -0700 |
commit | 177a3b8a32f13ce92d45899367fb7758600f7b93 (patch) | |
tree | 4a521229c1c91f523b95e43651532b6d4816a838 /src/cairo-gstate-private.h | |
parent | fa41ebfb7c074a6ffa6a8fe7c43207e594c6534c (diff) |
Remove include of cairoint.h from *-private.h header files.
These were recently added, (as part of sparse integration?), but they
break boilerplate which reaches into at least cairo-types-private.h
and cairo-scaled-font-private.h. But boilerplate cannot see cairoint.h
or else it gets the internal sybol renaming, (with the INT_ prefix),
and then all the test suite tests refuse to link.
If this change reverts some recently-added functionality, (or
cleanliness), then we'll just need to find some other way to add that
back again without the breakage.
Diffstat (limited to 'src/cairo-gstate-private.h')
-rw-r--r-- | src/cairo-gstate-private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cairo-gstate-private.h b/src/cairo-gstate-private.h index 276ce9ff..25900482 100644 --- a/src/cairo-gstate-private.h +++ b/src/cairo-gstate-private.h @@ -36,7 +36,6 @@ #ifndef CAIRO_GSTATE_PRIVATE_H #define CAIRO_GSTATE_PRIVATE_H -#include "cairoint.h" #include "cairo-clip-private.h" struct _cairo_gstate { |