Azure IoT / iothub_http_transport

Dependents:   iothub_client_sample_http simplesample_http temp_sensor_anomaly

Files at this revision

API Documentation at this revision

Comitter:
AzureIoTClient
Date:
Tue Jan 24 15:23:18 2017 -0800
Parent:
26:aeabbfa5181a
Child:
28:f57de550d450
Commit message:
1.1.5

Changed in this revision

iothubtransporthttp.c Show annotated file Show diff for this revision Revisions of this file
--- a/iothubtransporthttp.c	Sun Jan 08 11:11:29 2017 -0800
+++ b/iothubtransporthttp.c	Tue Jan 24 15:23:18 2017 -0800
@@ -2,9 +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 "azure_c_shared_utility/gballoc.h"
 
 #include <time.h>