summaryrefslogtreecommitdiff
path: root/src/cairo-hash-private.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2007-04-21 03:18:30 -0400
committerBehdad Esfahbod <behdad@behdad.org>2007-04-21 03:18:30 -0400
commit91f1056caf46d71c99eb044afbc943b92fb5550c (patch)
tree9d26897cce355a38f22c520883f3bd72eb4844cd /src/cairo-hash-private.h
parentd2bb5f30079badf1029fa71faab9d6781092a271 (diff)
downloadcairo-91f1056caf46d71c99eb044afbc943b92fb5550c.tar.gz
Move cairo_cache_t to cairo-types-private.h
Diffstat (limited to 'src/cairo-hash-private.h')
-rw-r--r--src/cairo-hash-private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo-hash-private.h b/src/cairo-hash-private.h
index 617b8410d..b3593df56 100644
--- a/src/cairo-hash-private.h
+++ b/src/cairo-hash-private.h
@@ -39,13 +39,13 @@
#ifndef CAIRO_HASH_PRIVATE_H
#define CAIRO_HASH_PRIVATE_H
+#include "cairo-types-private.h"
+
/* XXX: I'd like this file to be self-contained in terms of
* includeability, but that's not really possible with the current
* monolithic cairoint.h. So, for now, just include cairoint.h instead
* if you want to include this file. */
-typedef struct _cairo_hash_table cairo_hash_table_t;
-
/**
* cairo_hash_entry_t:
*