A small footprint MQTT library

Dependents:   STM32F746_iothub_client_sample_mqtt FXOS8700CQ_To_Azure_IoT f767zi_mqtt FXOS8700CQ_To_Azure_IoT ... more

Revision:
29:7bb0aae34648
Parent:
28:35eea447689a
--- a/azure_umqtt_c/mqttconst.h	Mon Jun 11 15:40:18 2018 -0700
+++ b/azure_umqtt_c/mqttconst.h	Tue Sep 11 11:14:10 2018 -0700
@@ -4,6 +4,8 @@
 #ifndef MQTTCONST_H
 #define MQTTCONST_H
 
+#include "azure_c_shared_utility/crt_abstractions.h"
+
 #ifdef __cplusplus
 #include <cstddef>
 #include <cstdint>
@@ -13,8 +15,6 @@
 #include <stdint.h>
 #endif /* __cplusplus */
 
-#include "azure_c_shared_utility/crt_abstractions.h"
-
 #define CONTROL_PACKET_TYPE_VALUES \
     CONNECT_TYPE = 0x10, \
     CONNACK_TYPE = 0x20, \