Skip to content

Commit

Permalink
Fix additional full SmartDeviceLink.h file imports
Browse files Browse the repository at this point in the history
  • Loading branch information
joeljfischer committed Jan 26, 2015
1 parent 0a7407f commit d3f2a13
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 d3f2a13

Please sign in to comment.