Don't need to include Availability.h in internal.h as the public headers will already include it. Submitted by: Kevin Van Vechten <kvv@apple.com>
--- trunk/src/internal.h 2009-11-03 14:46:36 UTC (rev 101)
+++ trunk/src/internal.h 2009-11-03 14:48:40 UTC (rev 102)
@@ -32,10 +32,6 @@
#define __DISPATCH_BUILDING_DISPATCH__
#define __DISPATCH_INDIRECT__
-#if HAVE_AVAILABILITY_H
-#include <Availability.h>
-#endif
-
#include <dispatch/dispatch.h>
#include <dispatch/base.h>
#include <dispatch/time.h>