A small memory footprint AMQP implimentation

Dependents:   iothub_client_sample_amqp remote_monitoring simplesample_amqp

Revision:
40:f0ceafa8d570
Parent:
34:6be9c2058664
Child:
43:4c1e4e94cdd3
--- a/message_receiver.c	Thu Feb 15 11:36:00 2018 -0800
+++ b/message_receiver.c	Mon Mar 05 17:41:28 2018 -0800
@@ -6,9 +6,11 @@
 #include "azure_c_shared_utility/optimize_size.h"
 #include "azure_c_shared_utility/gballoc.h"
 #include "azure_c_shared_utility/xlogging.h"
+#include "azure_uamqp_c/link.h"
+#include "azure_uamqp_c/amqp_definitions.h"
+#include "azure_uamqp_c/message.h"
 #include "azure_uamqp_c/message_receiver.h"
 #include "azure_uamqp_c/amqpvalue.h"
-#include "azure_uamqp_c/amqp_definitions.h"
 
 typedef struct MESSAGE_RECEIVER_INSTANCE_TAG
 {