summaryrefslogtreecommitdiff
path: root/src/cairo-mutex-private.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2007-04-12 13:02:26 -0700
committerCarl Worth <cworth@cworth.org>2007-04-12 13:22:36 -0700
commitae80d375f829b076a8d1450c54b00b3750428366 (patch)
tree498f7a4e9b3e28f3f07f3d05f255dbe7387b9236 /src/cairo-mutex-private.h
parent29adf591b7026092a809e9a27878b5b4e35051fb (diff)
downloadcairo-ae80d375f829b076a8d1450c54b00b3750428366.tar.gz
Rename cairo-mutex-list.h to cairo-mutex-list-private.h
Also add it (and cairo-mutex-private.h) to Makefile.am where they should have been.
Diffstat (limited to 'src/cairo-mutex-private.h')
-rw-r--r--src/cairo-mutex-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-mutex-private.h b/src/cairo-mutex-private.h
index 8375ed577..80f5644a2 100644
--- a/src/cairo-mutex-private.h
+++ b/src/cairo-mutex-private.h
@@ -131,7 +131,7 @@ CAIRO_BEGIN_DECLS
#define CAIRO_MUTEX_DECLARE(name) extern cairo_mutex_t name;
#endif
-#include "cairo-mutex-list.h"
+#include "cairo-mutex-list-private.h"
#undef CAIRO_MUTEX_DECLARE
#undef CAIRO_MUTEX_EXTERNAL