aboutsummaryrefslogtreecommitdiff
path: root/DebugUtils/GTMDebugThreadValidation.m
diff options
context:
space:
mode:
Diffstat (limited to 'DebugUtils/GTMDebugThreadValidation.m')
-rw-r--r--DebugUtils/GTMDebugThreadValidation.m3
1 files changed, 1 insertions, 2 deletions
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) {