A small footprint MQTT library

Dependents:   STM32F746_iothub_client_sample_mqtt FXOS8700CQ_To_Azure_IoT f767zi_mqtt FXOS8700CQ_To_Azure_IoT ... more

Revision:
21:31e5c245bf26
Parent:
8:83bb166aba73
Child:
29:7bb0aae34648
--- a/azure_umqtt_c/mqtt_codec.h	Sat Oct 21 20:12:49 2017 +0000
+++ b/azure_umqtt_c/mqtt_codec.h	Fri Nov 03 13:19:28 2017 -0700
@@ -6,7 +6,6 @@
 
 #ifdef __cplusplus
 #include <cstdint>
-#include <cstdbool>
 #include <cstddef>
 extern "C" {
 #else