Compute last modified string for subdir folders
[pithos-ios] / main.m
diff --git a/main.m b/main.m
index 84fba55..3aed94b 100755 (executable)
--- a/main.m
+++ b/main.m
@@ -6,10 +6,7 @@
 //  The OpenStack project is provided under the Apache 2.0 license.
 //
 
-#import <UIKit/UIKit.h>
-
 int main(int argc, char *argv[]) {
-    
     NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
     int retVal = UIApplicationMain(argc, argv, nil, nil);
     [pool release];