From 4f09d2c1bf3eee35047ce3fc4ed4057f9ea75cb1 Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Tue, 11 Oct 2011 12:26:49 -0500 Subject: [PATCH] Rearranging imports, like a pedant --- AFNetworking/AFJSONRequestOperation.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AFNetworking/AFJSONRequestOperation.m b/AFNetworking/AFJSONRequestOperation.m index a268cfa..ac98f52 100644 --- a/AFNetworking/AFJSONRequestOperation.m +++ b/AFNetworking/AFJSONRequestOperation.m @@ -21,10 +21,11 @@ // THE SOFTWARE. #import "AFJSONRequestOperation.h" -#import "JSONKit.h" #include +#import "JSONKit.h" + static dispatch_queue_t af_json_request_operation_processing_queue; static dispatch_queue_t json_request_operation_processing_queue() { if (af_json_request_operation_processing_queue == NULL) {