From 9a470c042e4159a1498e66566f0d022a4f59291b Mon Sep 17 00:00:00 2001 From: Benjamin Reis Date: Wed, 5 Apr 2017 17:12:10 +0200 Subject: [PATCH] Fix typo in import --- Classes/LinphoneAppDelegate.m | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Classes/LinphoneAppDelegate.m b/Classes/LinphoneAppDelegate.m index eefab7b09..294d06dd7 100644 --- a/Classes/LinphoneAppDelegate.m +++ b/Classes/LinphoneAppDelegate.m @@ -17,12 +17,12 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#import "PhoneMainView.h" -#import "ContactsListView.h" -#import "ContactDetailsView.h" -#import "ShopView.h" -#import "linphoneAppDelegate.h" +#import "LinphoneAppDelegate.h" #import "AddressBook/ABPerson.h" +#import "ContactDetailsView.h" +#import "ContactsListView.h" +#import "PhoneMainView.h" +#import "ShopView.h" #import "CoreTelephony/CTCallCenter.h" #import "CoreTelephony/CTCall.h"