Revision: 113 http://trac.macosforge.org/projects/libdispatch/changeset/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: -------------- 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"
participants (1)
-
source_changes@macosforge.org