[libdispatch-changes] [113] trunk/testing

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 3 12:31:16 PST 2009


Revision: 113
          http://trac.macosforge.org/projects/libdispatch/changeset/113
Author:   robert at fledge.watson.org
Date:     2009-11-03 12:31:16 -0800 (Tue, 03 Nov 2009)
Log Message:
-----------
Remove unneeded references to OSAtomic.h.

Modified Paths:
--------------
    trunk/testing/dispatch_after.c
    trunk/testing/dispatch_group.c

Modified: trunk/testing/dispatch_after.c
===================================================================
--- trunk/testing/dispatch_after.c	2009-11-03 20:28:17 UTC (rev 112)
+++ trunk/testing/dispatch_after.c	2009-11-03 20:31:16 UTC (rev 113)
@@ -23,9 +23,6 @@
 #include <unistd.h>
 #include <stdlib.h>
 #include <assert.h>
-#if HAVE_LIBKERN_OSATOMIC_H
-#include <libkern/OSAtomic.h>
-#endif
 
 #include "dispatch_test.h"
 #include <Block.h>

Modified: trunk/testing/dispatch_group.c
===================================================================
--- trunk/testing/dispatch_group.c	2009-11-03 20:28:17 UTC (rev 112)
+++ trunk/testing/dispatch_group.c	2009-11-03 20:31:16 UTC (rev 113)
@@ -24,9 +24,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <assert.h>
-#if HAVE_LIBKERN_OSATOMIC_H
-#include <libkern/OSAtomic.h>
-#endif
 
 #include "dispatch_test.h"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/libdispatch-changes/attachments/20091103/9fbd9889/attachment.html>


More information about the libdispatch-changes mailing list