Rearranging imports, like a pedant

This commit is contained in:
Mattt Thompson 2011-10-11 12:26:49 -05:00
parent e46b9e620b
commit 4f09d2c1bf

View file

@ -21,10 +21,11 @@
// THE SOFTWARE. // THE SOFTWARE.
#import "AFJSONRequestOperation.h" #import "AFJSONRequestOperation.h"
#import "JSONKit.h"
#include <Availability.h> #include <Availability.h>
#import "JSONKit.h"
static dispatch_queue_t af_json_request_operation_processing_queue; static dispatch_queue_t af_json_request_operation_processing_queue;
static dispatch_queue_t json_request_operation_processing_queue() { static dispatch_queue_t json_request_operation_processing_queue() {
if (af_json_request_operation_processing_queue == NULL) { if (af_json_request_operation_processing_queue == NULL) {