Revision
113
Author
robert@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

Diff

Modified: trunk/testing/dispatch_after.c (112 => 113)


--- 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 (112 => 113)


--- 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"