From 7554885e872ebd960f1f58ee6103f272eae2894d Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 3 Oct 2006 16:16:22 +0000 Subject: [PATCH] Monotone-Parent: 223a2bdac98420033e314ea1af029b9525a29e15 Monotone-Revision: 135b84772e9b73061c99a315779b92027642e9d9 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-03T16:16:22 Monotone-Branch: ca.inverse.sogo --- UI/SOGoUI/UIxComponent.m | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/UI/SOGoUI/UIxComponent.m b/UI/SOGoUI/UIxComponent.m index 37ec674c3..f71093c70 100644 --- a/UI/SOGoUI/UIxComponent.m +++ b/UI/SOGoUI/UIxComponent.m @@ -19,18 +19,20 @@ 02111-1307, USA. */ -#import "UIxComponent.h" #import "SOGoJSStringFormatter.h" -#import "NSString+URL.h" #import "common.h" #import #import +#import + #import #import #import +#import "UIxComponent.h" + @interface UIxComponent (PrivateAPI) - (void)_parseQueryString:(NSString *)_s; - (NSMutableDictionary *)_queryParameters;