summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kinney <michaelakinney@comcast.net>2021-02-22 11:12:48 -0500
committerMichael Kinney <michaelakinney@comcast.net>2021-02-22 11:12:48 -0500
commitef3617ca7dc4aacb34656da48de52ae7d3a10df6 (patch)
tree446de414f1f493eedc5daa8ed39f6815af5e699d
parent531ba7cf886b883d0cd10c8bfc2dfab3c9ae4ba3 (diff)
downloadsdl_ios-ef3617ca7dc4aacb34656da48de52ae7d3a10df6.tar.gz
remove extraneous header include
-rw-r--r--SmartDeviceLink/private/SDLIAPSession.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/SmartDeviceLink/private/SDLIAPSession.m b/SmartDeviceLink/private/SDLIAPSession.m
index d9eda7d1c..2fb21d44b 100644
--- a/SmartDeviceLink/private/SDLIAPSession.m
+++ b/SmartDeviceLink/private/SDLIAPSession.m
@@ -6,7 +6,6 @@
#import "SDLLogMacros.h"
#import "SDLMutableDataQueue.h"
#import "SDLTimer.h"
-#import "SDLACVLLogging.h"
NS_ASSUME_NONNULL_BEGIN