Remove unused header file

This commit is contained in:
Lizhen Hu 2018-05-28 23:26:09 +08:00
parent 09020fac87
commit 1aced8aa62
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@
#import "SDWebImageManager.h"
#import "NSImage+WebCache.h"
#import <objc/message.h>
#import <pthread/pthread.h>
#define LOCK(lock) dispatch_semaphore_wait(lock, DISPATCH_TIME_FOREVER);
#define UNLOCK(lock) dispatch_semaphore_signal(lock);