X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/949d2ff02a32bac712f7993d03d527b4925ff882..ce3c8656732c924baf7e88df75eab50891bdc471:/SharedWebCredentialViewService/SWCViewController.m diff --git a/SharedWebCredentialViewService/SWCViewController.m b/SharedWebCredentialViewService/SWCViewController.m index 208270eb..35b3a7e5 100755 --- a/SharedWebCredentialViewService/SWCViewController.m +++ b/SharedWebCredentialViewService/SWCViewController.m @@ -5,6 +5,7 @@ // Copyright (c) 2014 Apple Inc. All Rights Reserved. // +#import #import "SWCViewController.h" #import #import @@ -14,8 +15,11 @@ #include #include + #include "SharedWebCredential/swcagent_client.h" +#import "SWCViewController.h" + const NSString* SWC_PASSWORD_KEY = @"spwd"; const NSString* SWC_ACCOUNT_KEY = @"acct"; const NSString* SWC_SERVER_KEY = @"srvr";