summaryrefslogtreecommitdiff
path: root/src/cairo-surface-private.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2007-08-23 16:13:04 -0700
committerCarl Worth <cworth@cworth.org>2007-08-23 16:13:04 -0700
commit177a3b8a32f13ce92d45899367fb7758600f7b93 (patch)
tree4a521229c1c91f523b95e43651532b6d4816a838 /src/cairo-surface-private.h
parentfa41ebfb7c074a6ffa6a8fe7c43207e594c6534c (diff)
downloadcairo-177a3b8a32f13ce92d45899367fb7758600f7b93.tar.gz
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-surface-private.h')
-rw-r--r--src/cairo-surface-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-surface-private.h b/src/cairo-surface-private.h
index 85b29f700..6193cf805 100644
--- a/src/cairo-surface-private.h
+++ b/src/cairo-surface-private.h
@@ -38,7 +38,7 @@
#ifndef CAIRO_SURFACE_PRIVATE_H
#define CAIRO_SURFACE_PRIVATE_H
-#include "cairoint.h"
+#include "cairo.h"
#include "cairo-types-private.h"