mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-14 03:11:24 +00:00
Fix some gcc warnings
This commit is contained in:
committed by
Ludovic Marcotte
parent
8a35aaf47f
commit
313ed7f4bc
@@ -113,7 +113,6 @@
|
||||
+ (void) handleLogoutRequest: (NSString *) logoutRequest
|
||||
{
|
||||
CASLogoutRequest *rq;
|
||||
SOGoCache *cache;
|
||||
NSBundle *bundle;
|
||||
NSString *mapFile, *sessionIndex;
|
||||
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
#import <NGExtensions/NSObject+Logs.h>
|
||||
|
||||
#import <Appointments/SOGoAppointmentFolders.h>
|
||||
#import <Contacts/SOGoContactFolders.h>
|
||||
|
||||
#import "NSArray+Utilities.h"
|
||||
#import "SOGoCache.h"
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSCalendarDate.h>
|
||||
#import <Foundation/NSDictionary.h>
|
||||
#import <Foundation/NSEnumerator.h>
|
||||
#import <Foundation/NSException.h>
|
||||
|
||||
Reference in New Issue
Block a user