aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMLoggerTest.m
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2012-08-09 12:00:28 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2012-08-09 12:00:28 +0000
commitb7f77fa61e6c8912b72b96e4d8ddd3b881ecdfb1 (patch)
treed0836bc45c6b8bcd71f7115cdbd1488c1b6ccdf6 /Foundation/GTMLoggerTest.m
parent61732104b91222d1f0632a4dc261afd0b66a45e5 (diff)
[Author: thomasvl]
Remove unneeded import. TBR=dmaclach
Diffstat (limited to 'Foundation/GTMLoggerTest.m')
-rw-r--r--Foundation/GTMLoggerTest.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/Foundation/GTMLoggerTest.m b/Foundation/GTMLoggerTest.m
index 1b421c0..bea75b2 100644
--- a/Foundation/GTMLoggerTest.m
+++ b/Foundation/GTMLoggerTest.m
@@ -19,7 +19,6 @@
#import "GTMLogger.h"
#import "GTMRegex.h"
#import "GTMSenTestCase.h"
-#import "GTMSystemVersion.h"
// A test writer that stores log messages in an array for easy retrieval.