Rearranging imports, like a pedant
This commit is contained in:
parent
e46b9e620b
commit
4f09d2c1bf
@ -21,10 +21,11 @@
|
||||
// THE SOFTWARE.
|
||||
|
||||
#import "AFJSONRequestOperation.h"
|
||||
#import "JSONKit.h"
|
||||
|
||||
#include <Availability.h>
|
||||
|
||||
#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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user