From 05e549ecb90846fc054638471f323cb4fb640334 Mon Sep 17 00:00:00 2001 From: Ole Zorn Date: Mon, 13 Aug 2012 11:47:29 +0200 Subject: [PATCH] Removed JSONKit import --- Classes/ReportDownloadOperation.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Classes/ReportDownloadOperation.m b/Classes/ReportDownloadOperation.m index c35fb142..b42f4ae6 100644 --- a/Classes/ReportDownloadOperation.m +++ b/Classes/ReportDownloadOperation.m @@ -13,7 +13,6 @@ #import "RegexKitLite.h" #import "NSData+Compression.h" #import "NSDictionary+HTTP.h" -#import "JSONKit.h" @interface ReportDownloadOperation ()