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:
46:6a69294b6119
Child:
58:15b0d29b2667
--- a/blob.c	Fri Jan 13 18:40:33 2017 -0800
+++ b/blob.c	Tue Jan 24 15:23:38 2017 -0800
@@ -2,11 +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 "blob.h"
 
 #include "azure_c_shared_utility/httpapiex.h"