[libdispatch-changes] [102] trunk/src/internal.h

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 3 06:48:41 PST 2009


Revision: 102
          http://trac.macosforge.org/projects/libdispatch/changeset/102
Author:   robert at fledge.watson.org
Date:     2009-11-03 06:48:40 -0800 (Tue, 03 Nov 2009)
Log Message:
-----------
Don't need to include Availability.h in internal.h as the public headers
will already include it.

Submitted by:	Kevin Van Vechten <kvv at apple.com>

Modified Paths:
--------------
    trunk/src/internal.h

Modified: trunk/src/internal.h
===================================================================
--- 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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/libdispatch-changes/attachments/20091103/0a2549a5/attachment.html>


More information about the libdispatch-changes mailing list