Skip to content

Commit

Permalink
Merge pull request #55 from smartdevicelink/hotfix/Dont_import_all_he…
Browse files Browse the repository at this point in the history
…aders

Fix additional full SmartDeviceLink.h file imports
  • Loading branch information
joeljfischer committed Jan 30, 2015
2 parents 2b2aeb0 + d3f2a13 commit 5f4faaa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdl_ios/SmartDeviceLink/SDLConsoleController.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// Copyright (c) 2014 Ford Motor Company. All rights reserved.

#import <SmartDeviceLink/SmartDeviceLink.h>
#import "SDLConsoleController.h"

#import <SmartDeviceLink/SDLJSONEncoder.h>
#import <SmartDeviceLink/SDLRPCResponse.h>
Expand Down
6 changes: 4 additions & 2 deletions sdl_ios/SmartDeviceLink/SDLOnLockScreenStatus.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
// SmartDeviceLink
//

#import <SmartDeviceLink/SmartDeviceLink.h>
#import "SDLLockScreenStatus.h"
#import "SDLRPCNotification.h"

@class SDLLockScreenStatus;
@class SDLHMILevel;

@interface SDLOnLockScreenStatus : SDLRPCNotification

Expand Down
3 changes: 3 additions & 0 deletions sdl_ios/SmartDeviceLink/SDLOnLockScreenStatus.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

#import "SDLOnLockScreenStatus.h"

#import "SDLHMILevel.h"
#import "SDLLockScreenStatus.h"

@implementation SDLOnLockScreenStatus

- (id)init {
Expand Down

0 comments on commit 5f4faaa

Please sign in to comment.