summaryrefslogtreecommitdiff
path: root/src/cairo-mutex-impl-private.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-09-19 18:51:03 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-09-19 18:51:03 -0400
commit9c36a5f3f19ca5bb2e0bb23baeaa625ad6833ab4 (patch)
treed6d975e00fa8dcf15bf184c0d73bfcebb6b98b0f /src/cairo-mutex-impl-private.h
parent2dd90a6c94559374d995475fff8ffff5d0d3ff6f (diff)
downloadcairo-9c36a5f3f19ca5bb2e0bb23baeaa625ad6833ab4.tar.gz
[src/Makefile.am.analysis] Check that all headers can be compiled standalone
This ensures that each header includes all headers it depends on. This is now enforced by "make check".
Diffstat (limited to 'src/cairo-mutex-impl-private.h')
-rw-r--r--src/cairo-mutex-impl-private.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cairo-mutex-impl-private.h b/src/cairo-mutex-impl-private.h
index ec7b57838..95c666f79 100644
--- a/src/cairo-mutex-impl-private.h
+++ b/src/cairo-mutex-impl-private.h
@@ -149,10 +149,6 @@
* poke around cairo-mutex-private.h for possible solutions.
*/
-#ifndef CAIRO_MUTEX_TYPE_PRIVATE_H
-#error "Do not include cairo-mutex-impl-private.h directly. Include cairo-mutex-type-private.h instead."
-#endif
-
#if CAIRO_NO_MUTEX
/* No mutexes */