summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2018-10-10 10:20:46 -0400
committerJoel Fischer <joeljfischer@gmail.com>2018-10-10 10:20:46 -0400
commit2a2164da8a0fa2fe0a581ec62947b60b1926e171 (patch)
tree2aaca87a9787b26c473ab5317ecf194453e11e83
parentad5d201230f3c82f7b694d3a3d337ce07e8a74e6 (diff)
downloadsdl_ios-2a2164da8a0fa2fe0a581ec62947b60b1926e171.tar.gz
Fix incorrect imports
-rw-r--r--SmartDeviceLink/SDLOnRCStatus.h2
-rw-r--r--SmartDeviceLink/SDLOnRCStatus.m1
2 files changed, 2 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLOnRCStatus.h b/SmartDeviceLink/SDLOnRCStatus.h
index abdb027c8..9c3d73c7e 100644
--- a/SmartDeviceLink/SDLOnRCStatus.h
+++ b/SmartDeviceLink/SDLOnRCStatus.h
@@ -1,7 +1,7 @@
// SDLOnRCStatus.h
//
-#import <SmartDeviceLink/SmartDeviceLink.h>
+#import "SDLRPCNotification.h"
@class SDLModuleData;
diff --git a/SmartDeviceLink/SDLOnRCStatus.m b/SmartDeviceLink/SDLOnRCStatus.m
index a9a0e9560..eeae2506e 100644
--- a/SmartDeviceLink/SDLOnRCStatus.m
+++ b/SmartDeviceLink/SDLOnRCStatus.m
@@ -4,6 +4,7 @@
#import "SDLOnRCStatus.h"
#import "NSMutableDictionary+Store.h"
+#import "SDLModuleData.h"
#import "SDLNames.h"
NS_ASSUME_NONNULL_BEGIN