Azure IoT common library
Dependents: STM32F746_iothub_client_sample_mqtt f767zi_mqtt iothub_client_sample_amqp iothub_client_sample_http ... more
Diff: httpapi_compact.c
- Revision:
- 19:2e0811512ceb
- Parent:
- 18:6d8a413a4d9a
- Child:
- 22:10640b226104
--- a/httpapi_compact.c Fri Jan 13 18:41:15 2017 -0800 +++ b/httpapi_compact.c Sat Jan 28 09:35:22 2017 -0800 @@ -2,12 +2,10 @@ // 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 <stdio.h> #include <ctype.h> +#include <string.h> +#include <limits.h> #include "azure_c_shared_utility/gballoc.h" #include "azure_c_shared_utility/httpheaders.h" #include "azure_c_shared_utility/crt_abstractions.h" @@ -17,8 +15,6 @@ #include "azure_c_shared_utility/tlsio.h" #include "azure_c_shared_utility/threadapi.h" #include "azure_c_shared_utility/shared_util_options.h" -#include <string.h> -#include <limits.h> /*Codes_SRS_HTTPAPI_COMPACT_21_001: [ The httpapi_compact shall implement the methods defined by the `httpapi.h`. ]*/ /*Codes_SRS_HTTPAPI_COMPACT_21_002: [ The httpapi_compact shall support the http requests. ]*/