]> err.no Git - scalable-opengroupware.org/blobdiff - UI/MainUI/SOGoRootPage.m
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1158 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / MainUI / SOGoRootPage.m
index a10a6f7ddd0de2ae36093f223f9275675363d139..912def2172ccf67268e55afc3321b27b058397ff 100644 (file)
   02111-1307, USA.
 */
 
-#include <NGObjWeb/SoComponent.h>
+#import <Foundation/NSUserDefaults.h>
+
+#import <NGObjWeb/SoComponent.h>
+#import <NGObjWeb/SoObject.h>
+#import <NGObjWeb/WOApplication.h>
+#import <NGObjWeb/WOContext.h>
+#import <NGObjWeb/WORequest.h>
+#import <NGObjWeb/WOResponse.h>
+#import <NGExtensions/NSNull+misc.h>
+#import <NGExtensions/NSObject+Logs.h>
+#import <NGExtensions/NSString+misc.h>
+#import <SOGo/SOGoAuthenticator.h>
+#import <SOGo/SOGoUser.h>
 
 @interface SOGoRootPage : SoComponent
 {
@@ -28,9 +40,6 @@
 
 @end
 
-#include <SOGo/SOGoAuthenticator.h>
-#include "common.h"
-
 @implementation SOGoRootPage
 
 static BOOL doNotRedirect = NO;