From 67e7d93b10bae75103fa4d62753090f5d662e9e4 Mon Sep 17 00:00:00 2001 From: Svein Halvor Halvorsen Date: Tue, 28 May 2013 14:17:15 +0200 Subject: [PATCH] Used the correct header import --- Security/STKeychain.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Security/STKeychain.m b/Security/STKeychain.m index 72a3868..e0109eb 100644 --- a/Security/STKeychain.m +++ b/Security/STKeychain.m @@ -27,8 +27,7 @@ // OTHER DEALINGS IN THE SOFTWARE. // -#import "STUtils.h" - +#import "STKeychain.h" #define USE_MAC_KEYCHAIN_API !TARGET_OS_IPHONE || (TARGET_IPHONE_SIMULATOR && __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_3_0)