Azure IoT / Mbed 2 deprecated iothub_client_sample_http

Dependencies:   iothub_client EthernetInterface iothub_http_transport mbed-rtos mbed wolfSSL azure_c_shared_utility NTPClient

Revision:
82:031681808c6a
Parent:
79:e5cdb4c2307c
Child:
83:2911682db006
--- a/iothub_client_sample_http.c	Fri Nov 17 14:00:00 2017 -0800
+++ b/iothub_client_sample_http.c	Fri Dec 15 14:11:44 2017 -0800
@@ -9,9 +9,6 @@
 Simply changing the using the convenience layer (functions not having _LL)
 and removing calls to _DoWork will yield the same results. */
 
-#ifdef ARDUINO
-#include "AzureIoT.h"
-#else
 #include "azure_c_shared_utility/threadapi.h"
 #include "azure_c_shared_utility/crt_abstractions.h"
 #include "azure_c_shared_utility/platform.h"
@@ -19,7 +16,6 @@
 #include "iothub_client_ll.h"
 #include "iothub_message.h"
 #include "iothubtransporthttp.h"
-#endif
 
 #ifdef MBED_BUILD_TIMESTAMP
 #define SET_TRUSTED_CERT_IN_SAMPLES