Microsoft Azure IoTHub client MQTT transport

Dependents:   STM32F746_iothub_client_sample_mqtt FXOS8700CQ_To_Azure_IoT f767zi_mqtt FXOS8700CQ_To_Azure_IoT ... more

Revision:
16:14640ee83e99
Parent:
14:4dc2b011be33
Child:
19:f87dfe76bc70
diff -r 81c95c94c8d7 -r 14640ee83e99 iothubtransportmqtt.c
--- a/iothubtransportmqtt.c	Fri Jan 13 18:40:24 2017 -0800
+++ b/iothubtransportmqtt.c	Tue Jan 24 15:23:25 2017 -0800
@@ -2,10 +2,6 @@
 // Licensed under the MIT license. See LICENSE file in the project root for full license information.
 
 #include <stdlib.h>
-#ifdef _CRTDBG_MAP_ALLOC
-#include <crtdbg.h>
-#endif
-
 #include "iothubtransportmqtt.h"
 #include "azure_c_shared_utility/xio.h"
 #include "azure_c_shared_utility/tlsio.h"