summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLTCPTransport.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/SDLTCPTransport.m
parentd9b29ab3094cd5551b86efb8d238e0ec840f6a75 (diff)
downloadsdl_ios-a44d2f5fec6be068dc8162309945b8d7f40cc8fc.tar.gz
Remove all old imports
* THIS DOES NOT BUILD
Diffstat (limited to 'SmartDeviceLink/SDLTCPTransport.m')
-rw-r--r--SmartDeviceLink/SDLTCPTransport.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLTCPTransport.m b/SmartDeviceLink/SDLTCPTransport.m
index e1f59aae7..c974ba7f0 100644
--- a/SmartDeviceLink/SDLTCPTransport.m
+++ b/SmartDeviceLink/SDLTCPTransport.m
@@ -3,7 +3,7 @@
#import "SDLTCPTransport.h"
-#import "SDLDebugTool.h"
+#import "SDLMacros.h"
#import "SDLHexUtility.h"
#import <errno.h>
#import <netdb.h>