Showing
2 changed files
with
1 additions
and
2 deletions
| @@ -21,7 +21,7 @@ | @@ -21,7 +21,7 @@ | ||
| 21 | #import "ASIInputStream.h" | 21 | #import "ASIInputStream.h" |
| 22 | 22 | ||
| 23 | // Automatically set on build | 23 | // Automatically set on build |
| 24 | -NSString *ASIHTTPRequestVersion = @"v1.2-34 2010-01-10"; | 24 | +NSString *ASIHTTPRequestVersion = @"v1.2-35 2010-01-10"; |
| 25 | 25 | ||
| 26 | // We use our own custom run loop mode as CoreAnimation seems to want to hijack our threads otherwise | 26 | // We use our own custom run loop mode as CoreAnimation seems to want to hijack our threads otherwise |
| 27 | static CFStringRef ASIHTTPRequestRunMode = CFSTR("ASIHTTPRequest"); | 27 | static CFStringRef ASIHTTPRequestRunMode = CFSTR("ASIHTTPRequest"); |
| @@ -9,7 +9,6 @@ | @@ -9,7 +9,6 @@ | ||
| 9 | #import "ASICloudFilesRequestTests.h" | 9 | #import "ASICloudFilesRequestTests.h" |
| 10 | 10 | ||
| 11 | // models | 11 | // models |
| 12 | -#import "ASICloudFilesAccount.h" | ||
| 13 | #import "ASICloudFilesContainer.h" | 12 | #import "ASICloudFilesContainer.h" |
| 14 | #import "ASICloudFilesObject.h" | 13 | #import "ASICloudFilesObject.h" |
| 15 | 14 |
-
Please register or login to post a comment