summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett W <geekman3454@protonmail.com>2017-08-17 13:57:13 -0400
committerBrett W <geekman3454@protonmail.com>2017-08-17 13:57:13 -0400
commit26e18958846ec5acc0782eff85a7737c7b64a3e0 (patch)
treefd67511c985f6e4a93ee9092bc1268047b51c7ab
parent78f7d34bb28c5a1a0a1b19def383d31faeac10cb (diff)
downloadsdl_ios-26e18958846ec5acc0782eff85a7737c7b64a3e0.tar.gz
fixed placement of import
-rw-r--r--SmartDeviceLink/SmartDeviceLink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SmartDeviceLink.h b/SmartDeviceLink/SmartDeviceLink.h
index bd2689b42..798866fbf 100644
--- a/SmartDeviceLink/SmartDeviceLink.h
+++ b/SmartDeviceLink/SmartDeviceLink.h
@@ -200,7 +200,6 @@ FOUNDATION_EXPORT const unsigned char SmartDeviceLinkVersionString[];
#import "SDLLocationDetails.h"
#import "SDLMenuParams.h"
#import "SDLMetadataTags.h"
-#import "SDLMetadataType.h"
#import "SDLMyKey.h"
#import "SDLNavigationCapability.h"
#import "SDLParameterPermissions.h"
@@ -264,6 +263,7 @@ FOUNDATION_EXPORT const unsigned char SmartDeviceLinkVersionString[];
#import "SDLLockScreenStatus.h"
#import "SDLMaintenanceModeStatus.h"
#import "SDLMediaClockFormat.h"
+#import "SDLMetadataType.h"
#import "SDLPRNDL.h"
#import "SDLPermissionStatus.h"
#import "SDLPowerModeQualificationStatus.h"