summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLProtocolReceivedMessageRouter.m
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-03-03 10:48:43 -0500
committerJoel Fischer <joeljfischer@gmail.com>2017-03-03 10:48:43 -0500
commita44d2f5fec6be068dc8162309945b8d7f40cc8fc (patch)
treecb2d029c645886d8dc2ad881367aaa06d932d801 /SmartDeviceLink/SDLProtocolReceivedMessageRouter.m
parentd9b29ab3094cd5551b86efb8d238e0ec840f6a75 (diff)
downloadsdl_ios-a44d2f5fec6be068dc8162309945b8d7f40cc8fc.tar.gz
Remove all old imports
* THIS DOES NOT BUILD
Diffstat (limited to 'SmartDeviceLink/SDLProtocolReceivedMessageRouter.m')
-rw-r--r--SmartDeviceLink/SDLProtocolReceivedMessageRouter.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLProtocolReceivedMessageRouter.m b/SmartDeviceLink/SDLProtocolReceivedMessageRouter.m
index bcf93d581..9ca8c50ee 100644
--- a/SmartDeviceLink/SDLProtocolReceivedMessageRouter.m
+++ b/SmartDeviceLink/SDLProtocolReceivedMessageRouter.m
@@ -4,7 +4,7 @@
// This class gets handed the SDLProtocol messages as they are received and decides what happens to them and where they are sent on to.
#import "SDLProtocolReceivedMessageRouter.h"
-#import "SDLDebugTool.h"
+#import "SDLMacros.h"
#import "SDLProtocolMessage.h"
#import "SDLProtocolMessageAssembler.h"