From 0608b15caa35831a16aa7e5fd1490df24dd01784 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Wed, 2 Jun 2010 17:36:03 +0000 Subject: [Author: dmaclach] Cleans up builds of GTM on Snow Leopard with gcc 4.2. Cleans up iPhone configs Adds libgcov for Snow Leopard Fixes up some small bugs. R=thomasvl DELTA=2028 (972 added, 990 deleted, 66 changed) --- DebugUtils/GTMDebugThreadValidation.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'DebugUtils') diff --git a/DebugUtils/GTMDebugThreadValidation.m b/DebugUtils/GTMDebugThreadValidation.m index 5889cd8..30ee757 100644 --- a/DebugUtils/GTMDebugThreadValidation.m +++ b/DebugUtils/GTMDebugThreadValidation.m @@ -16,11 +16,10 @@ // the License. // +#import "GTMDebugThreadValidation.h" #if DEBUG && MAC_OS_X_VERSION_MIN_REQUIRED <= MAC_OS_X_VERSION_10_4 -#import "GTMDebugThreadValidation.h" - static NSThread *gGTMMainThread = nil; static __attribute__((constructor)) void _GTMInitThread(void) { -- cgit v1.2.3