Microsoft Azure IoTHub client libraries

Dependents:   sht15_remote_monitoring RobotArmDemo iothub_client_sample_amqp f767zi_mqtt ... more

This library implements the Microsoft Azure IoTHub client library. The code is replicated from https://github.com/Azure/azure-iot-sdks

Revision:
57:4524910c6445
Parent:
53:1e5a1ca1f274
Child:
66:a419827cb051
--- a/iothubtransport.c	Fri Jan 13 18:40:33 2017 -0800
+++ b/iothubtransport.c	Tue Jan 24 15:23:38 2017 -0800
@@ -2,13 +2,7 @@
 // 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 "azure_c_shared_utility/gballoc.h"
-
-#include <stdlib.h>
 #include <signal.h>
 #include <stddef.h>
 #include "azure_c_shared_utility/crt_abstractions.h"